Skip to content

Commit 2ac24f4

Browse files
committed
Migrated Webpack config to new webpack-config-jaid
Signed-off-by: Jaid <jaid.jsx@gmail.com>
1 parent 440fd86 commit 2ac24f4

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

webpack.config.babel.js

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
1-
import webpackConfigJaid from "webpack-config-jaid"
1+
import {configureLib} from "webpack-config-jaid"
22

3-
export default webpackConfigJaid({
3+
export default configureLib({
44
documentation: true,
55
publishimo: {
6-
publishimoOptions: {
7-
fetchGithub: true,
8-
},
6+
fetchGithub: true,
97
},
108
})

0 commit comments

Comments
 (0)