mirror of
https://github.com/portainer/portainer.git
synced 2025-07-19 13:29:41 +02:00
chore(build): set node_env to testing (#5410)
This commit is contained in:
parent
0cb5656db6
commit
7fb2e44146
4 changed files with 12 additions and 5 deletions
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' },
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue