Max Sysoev
Max Sysoev
OMG @7ammer you saved my day. to get this working, `*.css` should be changed to `*.pcss`
Very nice! :+1:
Did you tried it? Getting started: - Install: `npm i -D angular-webpack-plugin` - Include it in webpack config: ``` js var AngularWebpackPlugin = require('angular-webpack-plugin'); // ... module.exports = { //...
No, you should place 'em in moduleDir (`web_modules` by default.. or your custom) and they will be revolved by webpack - no manual aliasing needed. Generally, aliasing in bad, and...
What if make installing angular via npm (not bower) required? Or npm packets are clones of bower ones?
If you install angular commonjs module via `npm install angular` `npm install angular-router` then you able to `require('angular')` or `require('angular-route')` 'em without aliases (yeah!) For `ngRouter` dependencies I wrote some...
Can't test it because tests are failing :) but ... it works
@prabhg only way to debug webviews in iOS is to build app itself :( there is no other way
@cpojer what about some global override, like `JEST_USE_BASENAME_FOR_CACHING`, to switch this behaviour? At least, we can enjoy non-unique filenames, and it will not break anything in FB. Of course, it's...
it would be nice to see @cpojer answer on it