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

Some problems i meet and how i solve them #3

Open
JimChenWYU opened this issue Feb 4, 2019 · 0 comments
Open

Some problems i meet and how i solve them #3

JimChenWYU opened this issue Feb 4, 2019 · 0 comments

Comments

@JimChenWYU
Copy link

JimChenWYU commented Feb 4, 2019

  1. You may need an appropriate loader to handle this file type.

in webpack.config.js add

module: {
  rules: [
    ...
    {
        test: /\.css$/,
        use: [
          'css-loader'
        ]
    }
  ]
}
  1. TypeError: Cannot read property 'minify' of undefined

npm install [email protected] --save-dev
You can find answer from here

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

No branches or pull requests

1 participant