Skip to content

Commit 78008f1

Browse files
committed
Custom Template Path Webpack Plugin: Rewrite as CommonJS
1 parent d08dcd8 commit 78008f1

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

packages/custom-templated-path-webpack-plugin/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44

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

7+
### Internal
8+
9+
- The module is no longer transpiled as part of a build process, and instead exposes its source directly as the `main` file.
10+
711
## 1.1.0 (2018-07-12)
812

913
### Internal

packages/custom-templated-path-webpack-plugin/package.json

+1-5
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,9 @@
2222
"node": ">=8"
2323
},
2424
"files": [
25-
"build",
26-
"build-module"
25+
"index.js"
2726
],
28-
"main": "build/index.js",
29-
"module": "build-module/index.js",
3027
"dependencies": {
31-
"@babel/runtime": "^7.4.4",
3228
"escape-string-regexp": "^1.0.5"
3329
},
3430
"peerDependencies": {

0 commit comments

Comments
 (0)