File tree 2 files changed +6
-7
lines changed
2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,6 @@ cache.properties
61
61
phpstan.neon
62
62
# Infection
63
63
infection.json5
64
- /public /build /
65
64
/js /
66
65
/setup /
67
66
/themes /
Original file line number Diff line number Diff line change @@ -186,15 +186,15 @@ module.exports = [
186
186
mode : 'none' ,
187
187
devtool : 'source-map' ,
188
188
entry : {
189
- 'themes/bootstrap/css/theme' : publicPath + '/themes/bootstrap/scss/theme.scss' ,
190
- 'themes/metro/css/theme' : publicPath + '/themes/metro/scss/theme.scss' ,
191
- 'themes/original/css/theme' : publicPath + '/themes/original/scss/theme.scss' ,
192
- 'themes/pmahomme/css/theme' : publicPath + '/themes/pmahomme/scss/theme.scss' ,
193
- 'setup/styles' : publicPath + '/setup/scss/styles.scss' ,
189
+ 'public/ themes/bootstrap/css/theme' : publicPath + '/themes/bootstrap/scss/theme.scss' ,
190
+ 'public/ themes/metro/css/theme' : publicPath + '/themes/metro/scss/theme.scss' ,
191
+ 'public/ themes/original/css/theme' : publicPath + '/themes/original/scss/theme.scss' ,
192
+ 'public/ themes/pmahomme/css/theme' : publicPath + '/themes/pmahomme/scss/theme.scss' ,
193
+ 'public/ setup/styles' : publicPath + '/setup/scss/styles.scss' ,
194
194
} ,
195
195
output : {
196
196
filename : 'build/css/[name].js' ,
197
- path : publicPath ,
197
+ path : rootPath ,
198
198
} ,
199
199
module : {
200
200
rules : [
You can’t perform that action at this time.
0 commit comments