-
In the repo link I posted below, it appears that using tools like UglifyJs is not able to 'tree-shake' classes transpiled from TS to target ES5. It appears that the IIFE, is considered a side affect a…
-
Running TypeScript version 1.7.4 (the Playground version) with the following options
``` js
ts.transpileModule(..., {
compilerOptions: {
target: ts.ScriptTarget.ES5,
module: ts.ModuleKind.E…
-
Hi there!
I'm using:
* **webpack** v2.2.0-rc.2
* **postcss-loader** v1.2.1
* **css-mqpacker** v5.0.1
Here is a part of my `webpack.config.babel.js`:
```js
export default {
entry: …
-
I think there is no need to lock on Webpack v1. It works on Webpack v2 (Tested with 2.4.1)
Please allow as peer dependency Webpack v2 also.
-
### Version
1.3.1
### Environment
window10-64,webpack2.2.0,NodeJS8.9.3
### Reproduction link
https://github.com/Runtu4378/react_ie8_demo
### Steps to reproduce
- 提供的例子是没有出现这个问题的,安…
-
Instructions posted at [http://cssnext.io/usage/](http://cssnext.io/usage/) are not very helpful in my case. Sorry, but these docs are very vague, they don't even state in which file should the exampl…
-
Could you tell what's the correct path about file.html about html-loader in webpack2? I'm so tangled to use the html-loader. I just want to deal with img or png in template html.
mugu9 updated
6 years ago
-
* node version: v5.1.1
* npm version: 3.10.6
* npm-check-updates version: 2.8.9
---------------------------
Hi!
I have used `ncu -u` to update my `package.json`. But It's seen to be not wor…
-
-
- [x] bug report
**Webpack version:**
2.1.0-beta.13
**Please tell us about your environment:**
Windows 8.1
**Current behavior:**
`import 'moment-jdateformatparser';`
In the resulting bundle all o…