mirror of
https://github.com/portainer/portainer.git
synced 2025-07-19 13:29:41 +02:00
feat(frontend): upgrade frontend dependencies DTD-11 (#6244)
* upgrade webpack, eslint, storybook and other dependencies
This commit is contained in:
parent
730fdb160d
commit
187b66f5cb
21 changed files with 3444 additions and 4460 deletions
|
@ -1,6 +1,6 @@
|
|||
const webpackMerge = require('webpack-merge');
|
||||
const { merge } = require('webpack-merge');
|
||||
const productionConfig = require('./webpack.production');
|
||||
|
||||
module.exports = webpackMerge(productionConfig, {
|
||||
module.exports = merge(productionConfig, {
|
||||
optimization: { nodeEnv: 'testing' },
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue