copy assets with webpack
This commit is contained in:
parent
422ad9ee08
commit
633ec7a535
|
@ -9,6 +9,6 @@ module.exports = {
|
|||
},
|
||||
mode: "development",
|
||||
plugins: [
|
||||
new CopyWebpackPlugin(['index.html', 'assets'])
|
||||
new CopyWebpackPlugin(['index.html', { from: 'assets', to: 'assets' }])
|
||||
],
|
||||
};
|
||||
|
|
Before Width: | Height: | Size: 31 KiB After Width: | Height: | Size: 31 KiB |
Before Width: | Height: | Size: 44 KiB After Width: | Height: | Size: 44 KiB |
Loading…
Reference in New Issue
Block a user