Fix CSS build artifacts at wrong directory
Now it uses the root build directory instead of public/build. Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.net>
This commit is contained in:
parent
ddd3d98559
commit
ec6db6b516
1
.gitignore
vendored
1
.gitignore
vendored
@ -61,7 +61,6 @@ cache.properties
|
||||
phpstan.neon
|
||||
# Infection
|
||||
infection.json5
|
||||
/public/build/
|
||||
/js/
|
||||
/setup/
|
||||
/themes/
|
||||
|
||||
@ -186,15 +186,15 @@ module.exports = [
|
||||
mode: 'none',
|
||||
devtool: 'source-map',
|
||||
entry: {
|
||||
'themes/bootstrap/css/theme': publicPath + '/themes/bootstrap/scss/theme.scss',
|
||||
'themes/metro/css/theme': publicPath + '/themes/metro/scss/theme.scss',
|
||||
'themes/original/css/theme': publicPath + '/themes/original/scss/theme.scss',
|
||||
'themes/pmahomme/css/theme': publicPath + '/themes/pmahomme/scss/theme.scss',
|
||||
'setup/styles': publicPath + '/setup/scss/styles.scss',
|
||||
'public/themes/bootstrap/css/theme': publicPath + '/themes/bootstrap/scss/theme.scss',
|
||||
'public/themes/metro/css/theme': publicPath + '/themes/metro/scss/theme.scss',
|
||||
'public/themes/original/css/theme': publicPath + '/themes/original/scss/theme.scss',
|
||||
'public/themes/pmahomme/css/theme': publicPath + '/themes/pmahomme/scss/theme.scss',
|
||||
'public/setup/styles': publicPath + '/setup/scss/styles.scss',
|
||||
},
|
||||
output: {
|
||||
filename: 'build/css/[name].js',
|
||||
path: publicPath,
|
||||
path: rootPath,
|
||||
},
|
||||
module: {
|
||||
rules: [
|
||||
|
||||
Loading…
Reference in New Issue
Block a user