Update webpack.config.e2e.js

This commit is contained in:
Matthieu MOREL 2021-07-15 21:01:40 +02:00 committed by GitHub
parent 3f991a4f1f
commit 56a4ca0406
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ module.exports = {
extensions: ['.wasm', '.mjs', '.js', '.json', '.jison']
},
node: {
fs: 'empty' // jison generated code requires 'fs'
fs: 'empty' // jison generated code requires 'fs'
},
output: {
path: path.join(__dirname, './dist/'),