AnomalyInnovations / serverless-stack-demo-client

Source for the demo app client in the Serverless Stack Guide
https://demo2.serverless-stack.com
MIT License
635 stars 204 forks source link

Code Splitting succeeded, but css modular failure。 #21

Closed liurongqing closed 6 years ago

liurongqing commented 6 years ago
{
  loader: "css-loader",
  options: {
     modules: true,
     localIdentName: "[name]-[local]_[hash:8]"
  }
}

css failed

import styles from './Home.scss'

The printed styles are not what I want