parent
44c386c073
commit
462c548964
|
|
@ -64,13 +64,6 @@ const devWebpackConfig = merge(baseWebpackConfig, {
|
|||
to: config.dev.assetsSubDirectory,
|
||||
ignore: ['.*']
|
||||
}
|
||||
]),
|
||||
new CopyWebpackPlugin([
|
||||
{
|
||||
from: path.resolve(__dirname, '../static'),
|
||||
to: config.build.djangoAssetsSubDirectory,
|
||||
ignore: ['.*']
|
||||
}
|
||||
])
|
||||
]
|
||||
})
|
||||
|
|
|
|||
|
|
@ -115,13 +115,6 @@ const webpackConfig = merge(baseWebpackConfig, {
|
|||
to: config.build.assetsSubDirectory,
|
||||
ignore: ['.*']
|
||||
}
|
||||
]),
|
||||
new CopyWebpackPlugin([
|
||||
{
|
||||
from: path.resolve(__dirname, '../static'),
|
||||
to: config.build.djangoAssetsSubDirectory,
|
||||
ignore: ['.*']
|
||||
}
|
||||
])
|
||||
]
|
||||
})
|
||||
|
|
|
|||
|
|
@ -48,7 +48,6 @@ module.exports = {
|
|||
index: path.resolve(__dirname, '../dist/index.html'),
|
||||
assetsRoot: path.resolve(__dirname, '../dist'),
|
||||
|
||||
djangoAssetsSubDirectory: 'vstatic',
|
||||
assetsSubDirectory: 'vstatic',
|
||||
assetsPublicPath: '/',
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue