Skip to content
This repository has been archived by the owner on Apr 5, 2021. It is now read-only.

0.4.3

Latest
Compare
Choose a tag to compare
@a-tokyo a-tokyo released this 07 Mar 02:38
· 11 commits to master since this release
  • Features:
    • Enhance Core code by using tpl strings
      Bugfixes:
    • Fix css-loader module not found bug

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",