webpack / webpack

A bundler for javascript and friends. Packs many modules into a few bundled assets. Code Splitting allows for loading parts of the application on demand. Through "loaders", modules can be CommonJs, AMD, ES6 modules, CSS, Images, JSON, Coffeescript, LESS, ... and your custom stuff.
https://webpack.js.org
MIT License
64.55k stars 8.78k forks source link

DOM Property.injection is undefined #2711

Closed raz21 closed 8 years ago

raz21 commented 8 years ago

I am using loaders: [ { test: /.jsx?$/, loaders: ['react-hot', 'babel-loader?presets[]=es2015,presets[]=react&presets[]=stage-2&presets[]=stage-0'], exclude: [/node_modules\/(?!(react-native-gifted-messenger|react-native-gifted-spinner|react-native-parsed-text|react-native-button)\/).*/, '/node_modules/react-native-webrtc'] },

Which works fine on MAC but getting Error on window : "DOM Property.injection is undefined"

Please let me know what should I need to fix or add.

sokra commented 8 years ago

To few details and probably not related to webpack.