mirror of
https://github.com/portainer/portainer.git
synced 2025-11-26 14:06:05 +08:00
chore(build): set node_env to testing (#5410)
This commit is contained in:
6
webpack/webpack.testing.js
Normal file
6
webpack/webpack.testing.js
Normal file
@@ -0,0 +1,6 @@
|
||||
const webpackMerge = require('webpack-merge');
|
||||
const productionConfig = require('./webpack.production');
|
||||
|
||||
module.exports = webpackMerge(productionConfig, {
|
||||
optimization: { nodeEnv: 'testing' },
|
||||
});
|
||||
Reference in New Issue
Block a user