Skip to content

Commit 5877a85

Browse files
committed
Fix issue with import .css files - closes #911
Honestly, I have no idea why this fixes the glitch. But read about it here: webpack-contrib/postcss-loader#234 (comment) 6 And it worked. :|
1 parent ab5f535 commit 5877a85

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/builder/webpack-rules.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ module.exports = function () {
128128
loader: 'postcss-loader',
129129
options: {
130130
sourceMap: (type === 'sass' && Config.processCssUrls) ? true : Mix.isUsing('sourcemaps'),
131+
ident: 'postcss',
131132
plugins: [
132133
require('autoprefixer')
133134
].concat(Config.postCss)

0 commit comments

Comments
 (0)