move static files to static folder
This commit is contained in:
+1
-1
@@ -33,7 +33,7 @@ module.exports = merge(common, {
|
||||
{
|
||||
patterns: [
|
||||
{
|
||||
from: path.resolve(__dirname, 'index.html'),
|
||||
from: path.resolve(__dirname, 'static'),
|
||||
to: path.resolve(__dirname, prodFolderName, '[name][ext]')
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user