Skip to content

Commit fdab986

Browse files
committed
Fix webpack bundling
1 parent 12d3f0a commit fdab986

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

Diff for: package.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,11 @@
4949
"npm-run-all": "^4.1.5",
5050
"rimraf": "^3.0.2",
5151
"ts-loader": "^9.2.6",
52-
"typescript": "^4.5.2"
52+
"typescript": "^4.5.2",
53+
"webpack": "^5.64.4",
54+
"webpack-cli": "^4.9.1"
5355
},
5456
"funding": {
5557
"url": "https://github.com/sponsors/yandeu"
5658
}
57-
}
59+
}

Diff for: webpack.bundle.tmp.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
const config = require('./webpack.bundle.js')
22

3-
module.exports = { ...config, output: { ...config.output, filename: 'snapshot-interpolation.tmp.js' } }
3+
module.exports = { ...config, output: { ...config.output, filename: 'typed-array-buffer-schema.tmp.js' } }

0 commit comments

Comments
 (0)