Fix broken shit after dep updates
This commit is contained in:
parent
7878346910
commit
d89c8872d2
15 changed files with 1169 additions and 713 deletions
|
@ -8,6 +8,6 @@ module.exports = {
|
|||
path: path.resolve(__dirname, 'web', 'public', 'build')
|
||||
},
|
||||
plugins: [
|
||||
new CopyWebpackPlugin([{ from: './web/public/src/partials', to: 'partials' }])
|
||||
new CopyWebpackPlugin({patterns: [{ from: './web/public/src/partials', to: 'partials' }]})
|
||||
]
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue