Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
danez committed Sep 1, 2018
1 parent 218f46b commit 526a7ec
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,15 @@ Then add this line to your project's `Gruntfile.js` gruntfile:
module.exports = function(grunt) {

// Project configuration.
grunt.initConfig({ ... });
grunt.initConfig({
...,
webpack: {
myConfig: {
// your webpack config
},
},
...
});

grunt.loadNpmTasks('grunt-webpack');
};
Expand Down

0 comments on commit 526a7ec

Please sign in to comment.