chore: update all dependencies (#699)
This commit is contained in:
@@ -1,8 +1,12 @@
|
||||
const { merge } = require('webpack-merge');
|
||||
const config = require('./webpack.config.js');
|
||||
|
||||
const WebEnv = {
|
||||
platform: 'web',
|
||||
};
|
||||
|
||||
module.exports = (env, argv) => {
|
||||
return merge(config(env, argv), {
|
||||
return merge(config(Object.assign(env, WebEnv), argv), {
|
||||
mode: 'production',
|
||||
devtool: 'source-map',
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user