bodyno / react-starter-kit

Start your first React App. By using React, Redux, and React-Router.

Home Page:https://github.com/bodyno/react-starter-kit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

npm run test报错

joket1999 opened this issue · comments

Module build failed: ModuleBuildError: Module build failed: Error: No PostCSS Config found in:
解决方法:
在根目录新增‘postcss.config.js’,文件内容为‘module.exports = {};’,或者留空,不填任何内容

参照:akveo/ngx-admin#604 (comment)