indiaweb

Results 6 comments of indiaweb

Here is a part webpack conf file where all the modernizrrc configuration is added: ``` loaders: [ { test: /.json$/, loaders: [ 'json' ] }, { test: /\.css$/, loader: 'style!css!postcss'...

Tried with above and other possible ways, But No Luck. Here are the Loaders ``` loaders: [ { test: /.json$/, loaders: [ 'json' ] }, { test: /\.css$/, loader: 'style!css!postcss'...

@jhnns I have changed the mine .modernizrrc to .modernizrrc.js But Still no luck ``` resolve: { alias: { modernizr$: path.resolve(__dirname, ".modernizrrc.js") } } ``` ![image](https://cloud.githubusercontent.com/assets/3347921/24030997/f9891f96-0b05-11e7-8c08-51028119d782.png) Let me know any other...

Tried requiring the .modernizrrc.js in entry file, No Luck

I tried other plugins "modernizr-webpack-plugin" and "webpack-modernizr-loader" Got the same errors. Need to find the other solution.

I am able to run the rest-generator command but ii didn't create any module Output: php symfony doctrine:generate-rest-module orangehrm employee Employee > > file+ /var/www/html/epm/symfony/apps/orangehrm/config/routing.yml > > file+ /var/www/html/epm/symfony/test/functional/orangehrm/employeeActionsTest.php >...