refactor webpack config

This commit is contained in:
Art Lowel
2020-08-12 13:19:23 +02:00
parent eb9809801f
commit 05a92f8e5b
6 changed files with 27 additions and 158 deletions

8
webpack/webpack.test.ts Normal file
View File

@@ -0,0 +1,8 @@
import { commonExports } from './webpack.common';
module.exports = Object.assign({}, commonExports, {
target: 'web',
node: {
module: 'empty'
}
});