removed import for config.json for fetch
This commit is contained in:
parent
9030aa2817
commit
723a19cd8b
2 changed files with 21 additions and 4 deletions
|
@ -15,6 +15,10 @@ module.exports = {
|
|||
new CleanWebpackPlugin(),
|
||||
new CopyPlugin({
|
||||
patterns: [
|
||||
{
|
||||
from: 'config*.json',
|
||||
to: ''
|
||||
},
|
||||
{
|
||||
from: 'themes/',
|
||||
to: 'themes/'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue