mirror of
https://github.com/misenhower/splatoon2.ink.git
synced 2026-09-12 12:35:17 -05:00
Fix CSS purification paths
This only seemed to cause issues when building inside of Docker.
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user