如题。
问题补充:
本来项目无SASS,ES6支持,后来加入了该功能。
本人能力有限,
只能将src目录下内容(涉及.scss)转化后放到src-css目录下;
只能将src目录下内容(涉及es6编码)转化后放到src-es目录下;
...
但目的是运行“WEBPACK_ENV=online webpack -p”后,dist目录是都转化好的,
求指点。
相关问题
- Ignore Typescript errors in Webpack-dev-server
- Webpack Encore: cannot import local dependencies
- Webpack getting started, import error
- DOMContentLoaded not firing after navigation but f
- How do I fix typescript compiler errors on css fil
相关文章
- 运行"WEBPACK_ENV=online webpack -p",如何将.scss e6文件转化
- React and typescript with webpack typing issue
- Log to node console or debug during webpack build
- Configuring electron-webpack renderer to work with
- Disable tree shaking in Webpack 4
- webpack-dev-server: how to get error line numbers
- How to import a npm package in an angular2 compone
- Displaying a static image using React, Typescript
自己解决,用npn script