Skip to content

Commit a82ddb6

Browse files
committed
Purge and what
1 parent 7a4f545 commit a82ddb6

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.erb/configs/webpack.config.renderer.prod.babel.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ export default merge(baseConfig, {
5252
},
5353
},
5454
'css-loader',
55-
'sass-loader',
5655
{
5756
loader: 'postcss-loader',
5857
options: {
@@ -61,6 +60,7 @@ export default merge(baseConfig, {
6160
},
6261
}
6362
},
63+
'sass-loader',
6464
],
6565
},
6666
// WOFF Font

tailwind.config.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ const typography = require('@tailwindcss/typography');
22

33
module.exports = {
44
theme: {},
5+
purge: {
6+
content: ['./src/**/*.{ts,tsx,html}'],
7+
},
58
variants: {},
69
plugins: [typography],
710
};

0 commit comments

Comments
 (0)