We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39f1392 commit 5944852Copy full SHA for 5944852
webpack.config.js
@@ -27,8 +27,8 @@ if (isProduction) {
27
plugins = plugins.concat([
28
new PurgeCssPlugin({
29
paths: glob.sync([
30
- path.join(__dirname, 'resources/scripts/**/*.ts'),
31
- path.join(__dirname, 'resources/themes/pterodactyl/**/*.blade.php'),
+ path.join(__dirname, 'resources/scripts/**/*.tsx'),
+ path.join(__dirname, 'resources/views/templates/**/*.blade.php'),
32
]),
33
whitelistPatterns: [/^xterm/],
34
extractors: [
0 commit comments