Setup formatting
This commit is contained in:
parent
d34f25295c
commit
dd850d11d1
45 changed files with 230 additions and 190 deletions
|
|
@ -20,7 +20,10 @@ module.exports = (env, argv) => ({
|
|||
devtool: argv.mode === 'development' ? 'source-map' : false,
|
||||
watchOptions: {
|
||||
poll: true,
|
||||
ignored: /node_modules/
|
||||
ignored: /node_modules/,
|
||||
},
|
||||
externals: {
|
||||
'gl-matrix': 'gl-matrix',
|
||||
},
|
||||
optimization: {
|
||||
minimize: false,
|
||||
|
|
@ -39,10 +42,10 @@ module.exports = (env, argv) => ({
|
|||
loader: 'ts-loader',
|
||||
},
|
||||
exclude: /node_modules/,
|
||||
}
|
||||
},
|
||||
],
|
||||
},
|
||||
resolve: {
|
||||
extensions: ['.ts', '.js'],
|
||||
extensions: ['.ts'],
|
||||
},
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue