-
I'm using this starter only for coding the CSS & JS for a website hosted elsewhere, so this only acts as a CDN. Everything else is running fine, but not all the scripts are executing as they're suppos…
-
As of webpack 2.x, loaders are now specified as rules:
```js
// wepback.config.js
module.exports = {
module: {
loaders: [...], // old (webpack 1)
rules: [...], // new (we…
-
I don't have any trouble bundling with `browserify`, but if I bundle with `wepback` using es6 `import` syntax like this:
```js
import Async from 'crocks/crocks/Async'
```
then I get this error in …
-
I cannot do any further code changes or release the `/rfc` part until we can get the site to stop crashing. Please add any logging or checkers necessary to find the root issue.
-
hi,
when i launch from a fresh install npm start it gives me that error.
see the attachment.
![schermata da 2016-06-27 22 37 30](https://cloud.githubusercontent.com/assets/984628/16394973/005dd540-3c…
-
Since the last update we are getting the following error during our test build:
```
WARNING in ./~/encoding/lib/iconv-loader.js
Critical dependencies:
9:12-34 the request of a dependency is an e…
-
When I follow instructions I get the following error:
`module.js:472
throw err;
^
Error: Cannot find module 'extract-text-webpack-plugin'`
'extract-text-webpack-plugin' is not in the …
-
I'm getting a lot of these sorts warnings in my wepback output with tslint-loader@3.5.1 & tslint@5.0.0:
```
WARNING in ../ui/components/modal/components/dialog-actionsheet/dialog-actionsheet.compone…
-
This change https://github.com/surmon-china/vue-codemirror/pull/21 broke support for wepback with ES6 `import`
`import VueCodeMirror from 'vue-codemirror';`
throws error:
```
Cannot assign to re…
-
### What's up?
`react-cosmos-webpack` depends on `babel-loader` which peer depends on `webpack`. Since `react-cosmos-webpack` doesn't have a dependency on `webpack` you can run into cases where the…