diff --git a/packages/custom-templated-path-webpack-plugin/src/index.js b/packages/custom-templated-path-webpack-plugin/index.js similarity index 100% rename from packages/custom-templated-path-webpack-plugin/src/index.js rename to packages/custom-templated-path-webpack-plugin/index.js diff --git a/packages/custom-templated-path-webpack-plugin/package.json b/packages/custom-templated-path-webpack-plugin/package.json index adcb3375229112..edadb063e05182 100644 --- a/packages/custom-templated-path-webpack-plugin/package.json +++ b/packages/custom-templated-path-webpack-plugin/package.json @@ -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": {