Skip to content

Commit

Permalink
Custom Template Path 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 9f8f063
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 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.

4 changes: 4 additions & 0 deletions packages/custom-templated-path-webpack-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@

- Resolved an issue where only the value of the first matched tag would be produced.

### Internal

- The module is no longer transpiled as part of a build process, and instead exposes its source directly as the `main` file.

## 1.1.0 (2018-07-12)

### Internal
Expand Down
6 changes: 1 addition & 5 deletions packages/custom-templated-path-webpack-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,9 @@
"node": ">=8"
},
"files": [
"build",
"build-module"
"index.js"
],
"main": "build/index.js",
"module": "build-module/index.js",
"dependencies": {
"@babel/runtime": "^7.4.4",
"escape-string-regexp": "^1.0.5"
},
"peerDependencies": {
Expand Down

0 comments on commit 9f8f063

Please sign in to comment.