mirror of
https://github.com/misenhower/splatoon2.ink.git
synced 2026-07-18 17:02:22 -05:00
Fix CSS purification paths
This only seemed to cause issues when building inside of Docker.
This commit is contained in:
parent
20981f8a65
commit
102cf4ef4d
|
|
@ -83,8 +83,8 @@ module.exports = function(env) {
|
|||
// Remove unused CSS styles
|
||||
new PurifyCSSPlugin({
|
||||
paths: [
|
||||
...glob.sync(path.join(__dirname, 'src/html/*.html')),
|
||||
...glob.sync(path.join(__dirname, 'src/js/components/*.vue')),
|
||||
...glob.sync(path.join(__dirname, 'src/html/**/*.html')),
|
||||
...glob.sync(path.join(__dirname, 'src/js/components/**/*.vue')),
|
||||
],
|
||||
minimize: production,
|
||||
purifyOptions: {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user