-
Hi,
I am trying to `import Immutable from 'immutable-js'` with the following webpack settings:
```
{
test: /\.js$/,
exclude: /node_modules/,
loaders: ["babel-loader"],…
-
hi ive installed all npm module everything in this gist
https://gist.github.com/kzima/fb3576bb3cb4be64b508
i created
webpack.config.js in the root folder of my app
do i need to configure my gulpfi…
-
Having an issue using package that depends on RxJS from webpack - for some reason webpack does not correctly resolves `require('rx');` in a nested package when using `main` field from package.json.
E…
-
es6 is not supported in most browsers and that leaves this project now unusable.
-
I have a file that I want to require before all other specs. I'm trying to avoid writing `require('specHelper')` in every spec manually. With karma, I create an `index.js` that requires it and then re…
-
In webpack you can configure where to search for modules: http://webpack.github.io/docs/configuration.html#resolve-modulesdirectories
1. wallaby should copy files from those paths to the tmp location …
-
**_4 Upvotes**_ I have reasonably large app that I'm working on.
When I make any change to the code and press 'save', the time to build the app and refresh the browser is very long, and also highly va…
-
On wepback 1.3.7
I have Ext declared as an external. Library defined as umd.
Using the promise-loader to load another chunk that contains a require('Ext').
This fails with unresolved external. T…
-
I am having an issue with using your awesome library with an application which uses browserify as part of its build.
I originally raised this issue with the yeoman generator I am using: https://githu…
-
I'm trying to figure how to use js-csp https://github.com/ubolonton/js-csp in Este. The basic problem is, that js-csp itself uses generators and it seems Babeljs isn't transforming well.
Getting this…