Skip to content

Commit c1c4602

Browse files
committed
Updated webpack-config-jaid
1 parent 9000fa6 commit c1c4602

File tree

3 files changed

+17
-26
lines changed

3 files changed

+17
-26
lines changed

package-lock.json

Lines changed: 15 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,9 @@
1818
"eslint": "^5.12.0",
1919
"eslint-config-jaid": "1.8.1",
2020
"jest": "24.0.0-alpha.12",
21-
"publishimo-webpack-plugin": "1.1.0",
2221
"webpack": "^4.28.4",
2322
"webpack-cli": "^3.2.1",
24-
"webpack-config-jaid": "1.8.0"
23+
"webpack-config-jaid": "1.9.0"
2524
},
2625
"scripts": {
2726
"build:prod": "cross-env NODE_ENV=production webpack",
@@ -30,4 +29,4 @@
3029
"test:dev": "npm run build:dev && jest",
3130
"prepublishOnly": "npm run build:prod"
3231
}
33-
}
32+
}

webpack.config.babel.js

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,5 @@
1-
import path from "path"
2-
31
import webpackConfigJaid from "webpack-config-jaid"
4-
import PublishimoWebpackPlugin from "publishimo-webpack-plugin"
5-
6-
const fromPackage = directive => path.resolve(__dirname, directive)
72

83
export default webpackConfigJaid({
94
type: "lib",
10-
extra: {
11-
plugins: [
12-
new PublishimoWebpackPlugin
13-
]
14-
}
155
})

0 commit comments

Comments
 (0)