This repository has been archived by the owner on Apr 5, 2021. It is now read-only.
- Features:
- Enhance Core code by using tpl strings
Bugfixes: - Fix css-loader module not found bug
- Enhance Core code by using tpl strings
To fix the css loader build bug in your current build, in your package.json replace
"extract-text-webpack-plugin": "^2.0.0-beta.4",
with
"extract-text-webpack-plugin": "2.0.0-beta.5",