mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18:41 -09:00
Update webpack config for copy-webpack-plugin v8
This commit is contained in:
parent
5ac8127da6
commit
84498677ca
1 changed files with 3 additions and 3 deletions
|
|
@ -34,12 +34,12 @@ const config: webpack.Configuration[] = [
|
|||
{
|
||||
from: './app/*.html',
|
||||
globOptions: {ignore: ['**/node_modules/**']},
|
||||
to: '[name].[ext]'
|
||||
to: '[name][ext]'
|
||||
},
|
||||
{
|
||||
from: './app/*.json',
|
||||
globOptions: {ignore: ['**/node_modules/**']},
|
||||
to: '[name].[ext]'
|
||||
to: '[name][ext]'
|
||||
},
|
||||
{
|
||||
from: './app/yarn.lock',
|
||||
|
|
@ -48,7 +48,7 @@ const config: webpack.Configuration[] = [
|
|||
{
|
||||
from: './app/keymaps/*.json',
|
||||
globOptions: {ignore: ['**/node_modules/**']},
|
||||
to: './keymaps/[name].[ext]'
|
||||
to: './keymaps/[name][ext]'
|
||||
},
|
||||
{
|
||||
from: './app/static',
|
||||
|
|
|
|||
Loading…
Reference in a new issue