Fabio Albertin

Results 3 comments of Fabio Albertin

Sure. I've removed the bower line as I'm not using bower at this time. ``` import path from 'path'; export default { output: { filename: 'client-bundle.js', }, devtool: 'source-map', module:...

Ok, I've played around some more and have changed my webpack config to this: ``` import path from 'path'; export default { output: { library: 'MF', libraryTarget: 'umd', filename: 'client-bundle.js',...

Ok, I updated to the new version and added `test/elem/picture` to the rc file. Upon running, I get the css classes in the body tag and the test for `Modernizr.picture`...