Skip to content

Commit

Permalink
Library Export Default Webpack Plugin: Rewrite as CommonJS
Browse files Browse the repository at this point in the history
  • Loading branch information
aduth committed May 20, 2019
1 parent d2a164b commit 3108745
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
1 change: 0 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions packages/library-export-default-webpack-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
## Master

### Internal

- The module is no longer transpiled as part of a build process, and instead exposes its source directly as the `main` file.
5 changes: 1 addition & 4 deletions packages/library-export-default-webpack-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,9 @@
"node": ">=8"
},
"files": [
"build",
"build-module"
"index.js"
],
"main": "build/index.js",
"dependencies": {
"@babel/runtime": "^7.4.4",
"lodash": "^4.17.11",
"webpack-sources": "^1.1.0"
},
Expand Down

0 comments on commit 3108745

Please sign in to comment.