-
-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do not use
import2()
more for webpack build.
When building webpack of node application without node_modules, `import2()` statements be a great obstable for that. Therefore, stopped using it for such special bundling.
- Loading branch information
Showing
2 changed files
with
8 additions
and
10 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 |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
"email": "[email protected]", | ||
"url": "https://github.com/samchon" | ||
}, | ||
"version": "0.8.8", | ||
"version": "0.8.9", | ||
"main": "index.js", | ||
"typings": "index.d.ts", | ||
"scripts": { | ||
|
@@ -26,7 +26,6 @@ | |
"test:node": "node dist/test/node" | ||
}, | ||
"dependencies": { | ||
"import2": "^1.0.0", | ||
"serialize-error": "^4.1.0", | ||
"tstl": "^2.5.13", | ||
"uuid": "^9.0.0", | ||
|
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