Skip to content

Commit 4f9a4f8

Browse files
committedDec 19, 2017
[WIP] webpack make
1 parent d86e1ce commit 4f9a4f8

File tree

70 files changed

+205
-77
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

70 files changed

+205
-77
lines changed
 

‎bin/config-yargs.js

+5
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,11 @@ module.exports = function(yargs) {
4343
describe: "Updates a webpack component to your configuration file",
4444
group: INIT_GROUP
4545
},
46+
make: {
47+
type: "boolean",
48+
describe: "Converts a webpack configuration to a makefile",
49+
group: INIT_GROUP
50+
},
4651
"generate-loader": {
4752
type: "boolean",
4853
describe: "Generates a new webpack loader project",

‎bin/webpack.js

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ const NON_COMPILATION_ARGS = [
1717
"remove",
1818
"update",
1919
"serve",
20+
"make",
2021
"generate-loader",
2122
"generate-plugin"
2223
];

0 commit comments

Comments
 (0)
Please sign in to comment.