Skip to content

Commit

Permalink
chore(webpack): lint e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
boneskull authored and legobeat committed Mar 14, 2024
1 parent 18840ea commit 816e7b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/webpack/test/e2e-manual.js
@@ -1,6 +1,6 @@
// run this with node to produce the test build to disk
const fs = require('fs')
const path = require('path')
const fs = require('node:fs')
const path = require('node:path')
const { scaffold, runScriptWithSES } = require('./scaffold.js')
const webpackConfigDefault = require('./fixtures/main/webpack.config.js')
const webpackConfig = {
Expand Down

0 comments on commit 816e7b7

Please sign in to comment.