Skip to content
This repository has been archived by the owner on Mar 6, 2024. It is now read-only.

happypack and scoped/postcss-loader conflict? #259

Open
tichenchen opened this issue Nov 4, 2019 · 0 comments
Open

happypack and scoped/postcss-loader conflict? #259

tichenchen opened this issue Nov 4, 2019 · 0 comments

Comments

@tichenchen
Copy link

{ test: /\.(less|css)$/, use: [ 'vue-style-loader', 'happypack/loader?id=css' ] }

new HappyPack({ id: 'css', loaders: [ { loader: 'css-loader', }, { loader: 'postcss-loader', }, { loader: 'less-loader', options: { javascriptEnabled: true } } ], threadPool, verbose: false })

The class styles of different files will overwrite each other。
Scoped is invalid。

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant