-
Tree-shaking feature really excites me.
However, when I try to use it, it results int larger bundle size. Why? It does elimate the unused code.
My guese is the translation of import and export in es…
-
**Do you want to request a *feature* or report a *bug*?**
Feature enhancement
**What is the current behavior?**
Currently we are showing some basic diffs between the original config and the n…
-
Just did a fresh npm install on a new project and imported into my project and got
```javascript
Error: Cannot find module './factoryWithThrowingShims' from '/app/node_modules/react-redux-fireb…
-
引入echarts 导致,访问前段项目报错,如下图。
![image](https://user-images.githubusercontent.com/5978548/32605905-463e6e70-c58e-11e7-966a-e0187898b527.png)
### Version & Environment [版本及环境]
+ EC…
-
**Do you want to request a *feature* or report a *bug*?**
bug
**What is the current behavior?**
- I am using webpack2.4.0, in my `webpack.config.js` use `plugin` `webpack.optimize.COm…
-
for webpack2 i have the following config;
```
{
// nunjucks template loader.
test: /\.html$/, use: [{
loader: 'nunjucks-loader',
query: {
…
-
Following the [Quick start instructions ](https://github.com/mxstbr/react-boilerplate#quick-start) at 1:49 pm PDT:
1.Clone this repo using $ git clone --depth=1 https://github.com/mxstbr/react-boiler…
-
I have been unable to create a simple repro of this issue, but I'm hoping by describing it, people may have an idea of what's going on. This sounds similar to #1155.
We have two entries, one that jus…
-
Many in the community have started importing all of RxJS by directing referencing the entry file `"rxjs/Rx"`
``` js
import Rx from 'rxjs/Rx';
```
Instead of just importing it from the module root `…
-
Hello. How to tune .babelrc file, i didn't find it in documentation.
my `.babelrc` not working
```
"plugins": [["babel-plugin-react-css-modules", {
"filetypes": "postcss-scss"
}]]
```