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