We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 440fd86 commit 2ac24f4Copy full SHA for 2ac24f4
webpack.config.babel.js
@@ -1,10 +1,8 @@
1
-import webpackConfigJaid from "webpack-config-jaid"
+import {configureLib} from "webpack-config-jaid"
2
3
-export default webpackConfigJaid({
+export default configureLib({
4
documentation: true,
5
publishimo: {
6
- publishimoOptions: {
7
- fetchGithub: true,
8
- },
+ fetchGithub: true,
9
},
10
})
0 commit comments