-
**Is this a feature request or a bug report?**
bug report
**What is the current behavior?**
The message:
`Node#moveTo was deprecated. Use Container#append.`
is being displayed when us…
-
Hi
Trying to use your module to extract the text from my sass files and generate a css file with the code.
I'm using Webpack version **"webpack": "2.1.0-beta.22",**
**Code**
`{
test: /\.…
-
The Easter bunny left some Easter eggs to find... 🐰
`ecliptic/wepback-blocks-copy` => `ecliptic/webpack-blocks-copy`
The github repo link in the `package.json` is correct, though.
-
when webpacking my application with react-bootstrap-table, the react-toastr@^2.8.0 dependecy pulls in 2.8.2 as it should but I'm getting the following error
./~/react-bootstrap-table/~/react-toastr…
-
Hi, I am having an issue when trying to use aurelia-pager with the latest bits.
I am using a typescript / webpack setup.
In my main.ts I have the following code
```
aurelia.use.plugin(PLATF…
-
Moment.js is well known for a very high size
There are many issues around this https://github.com/moment/moment/issues/2373
I saw that vue-good-table uses moment only to format dates in a couple of…
-
* Node Version: v7.9.0
* NPM Version: v4.2.0
* koa-wepback Version: v0.5.0
To illustrate:
```
$ npm view koa-webpack@0.4 dist.tarball | xargs curl -s | tar -xzO package/dist/index.js | md5sum…
-
We're often modifying our JS code for the different ENVs...
So if the directory for deployment is:
Production: /public/webpack
Development: /public/wepback/development
Test: /public/webpack/te…
-
_Note: We will not cover system I/O automation in this issue so that we can concentrate remote-test-running itself_
We are using [remote test runner](https://github.com/rtakacs/remote-testrunner) t…
-
This is a great parser.
However the fact that it relies on `vscode-nls` make it less suitable in a browser environment. `vscode-nls` pulls `fs` (node filesystem core lib) which is not available in …