-
-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[package] allow extra args to be passed to wakaru:unminify-chunk / we…
…bcrack:unminify-chunk
- Loading branch information
1 parent
de3c091
commit 9c1001d
Showing
4 changed files
with
1,889 additions
and
110 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
stage2-unpacked/ | ||
stage3-unminified/ | ||
stage3-unminified-webcrack/ | ||
graphs/ | ||
|
||
#IDEs | ||
.idea/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
// See: https://github.com/pahen/madge#configuration | ||
{ | ||
"fileExtensions": ["js"], | ||
// See: | ||
// https://github.com/dependents/node-dependency-tree#usage | ||
// requireConfig: 'path/to/requirejs/config', // optional | ||
// webpackConfig: 'path/to/webpack/config', // optional | ||
// https://github.com/dependents/node-filing-cabinet#usage | ||
// webpackConfig: (optional) Webpack config for resolving aliased JavaScript modules. If exporting multiple configurations, the first configuration is used. | ||
//requireConfig String null RequireJS config for resolving aliased modules | ||
//webpackConfig String null Webpack config for resolving aliased modules | ||
// See: | ||
// https://github.com/dependents/node-dependency-tree#options | ||
// https://github.com/dependents/node-precinct#usage | ||
"detectiveOptions": { | ||
"es6": { | ||
"mixedImports": true, | ||
"skipTypeImports": true | ||
}, | ||
"ts": { | ||
"mixedImports": true, | ||
"skipTypeImports": true | ||
} | ||
} | ||
// layout String dot Layout to use in the graph | ||
// nodeColor String #c6c5fe Default node color to use in the graph | ||
// noDependencyColor String #cfffac Color to use for nodes with no dependencies | ||
// cyclicNodeColor String #ff6c60 Color to use for circular dependencies | ||
// edgeColor String #757575 Edge color to use in the graph | ||
} |
Oops, something went wrong.