-
package.json 里没有运行 npm-scripts 下面的代码了,其他地方也没发现。
是因为 webpack2 自动会清空 build 目录,不用自己写代码了吗?
-
### Version
2.12.1
### Environment
webpack2
### Reproduction link
[https://github.com/ant-design/ant-design/blob/master/components/modal/locale.tsx](https://github.com/ant-design/ant-design/b…
-
Module build failed: ReferenceError: Unknown plugin "add-module-exports" specified in "/Users/xiangchengli678/vogue/node_modules/vue-simple-uploader/.babelrc" at 1, attempted to resolve relative to "/…
-
Hi,
The project is great, but I am new to webpack and the hole thing and its really hard to understand such complex examples and even harder when you want to implent only some use cases in your own…
-
```
ERROR in ./~/babel-loader/lib!./~/vue-loader/lib/selector.js?type=script&index=0!./~/vue-simplemde/src/markdown-editor.vue
Module build failed: SyntaxError: 'import' and 'export' may only appear…
-
**Do you want to request a *feature* or report a *bug*?**
bug
**What is the current behavior?**
I use webpack 2.2 to build my project, while build is successed but the browser failed …
-
I have an Angular2 project wrapped up with Webpack 2.1.~ .
I have installed ng2-uploader from npm packages and it's now there under node_modules. Now, while I am starting the application I am getting…
-
I have tried adding support to absolute paths by changing the configuration in the webpack.config.ts:
I made the following changes in `webpack.config.ts`:
```
config.resolve = {
extensions: […
-
因为项目比较多的用到图表,但是有些地方又没又用到,干脆把整个echarts独立开来按需加载,想到 this.echartsInstance拿到值之后才进行一系列操作,思考结合async的使用,可能需要webpack2.x以上
```js
export default class Core extends React.Component {
// ...
component…
-
eg:
```
a/
a.scss
a.png
b/
b.scss
```
a.scss code like:
```scss
div{
background-image: url('./a.png');
}
```
b.scss
```scss
@import '../a/a.scss'
```
webp…