Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

migrate to webpack 4 and mini-css-extract-plugin #302

Closed
wants to merge 1 commit into from
Closed

migrate to webpack 4 and mini-css-extract-plugin #302

wants to merge 1 commit into from

Conversation

JounQin
Copy link
Contributor

@JounQin JounQin commented Mar 28, 2018

No description provided.

@arthurmchr
Copy link

It looks MiniCssExtractPlugin does not currently supports SSR (problem with document) :
webpack-contrib/mini-css-extract-plugin#48

@JounQin
Copy link
Contributor Author

JounQin commented Apr 6, 2018

Async style injection is handled by vue-style-loader.

@yisar
Copy link

yisar commented Apr 19, 2018

emmm,Not MiniCssExtractPlugin does not supports SSR,but Vue-loader does not support MiniCssExtractPlugin that it only supports ExtractTextPlugin,How to do should I???

@JounQin
Copy link
Contributor Author

JounQin commented Apr 19, 2018

@132yse just use vue-loader@next (15.0+) instead which supports MiniCssExtractPlugin

@yisar
Copy link

yisar commented Apr 20, 2018

(⊙o⊙)…我升级了vue-loader,然而……仿佛是不能支持stylus-loader的::>_<::
看上去还是比较ok的
谢啦
(不好意思……英语不符合我性格(⊙o⊙)…)

: ['vue-style-loader', 'css-loader', 'stylus-loader']
oneOf: [
{
test: /App/,

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please can you give some explanations about this test ? thanks

@JounQin JounQin closed this Jul 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants