We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce4d08f commit 96558f2Copy full SHA for 96558f2
webpack.config.babel.js
@@ -0,0 +1,6 @@
1
+import {configureUniversalLib} from "webpack-config-jaid"
2
+
3
+export default configureUniversalLib({
4
+ documentation: true,
5
+ publishimo: {fetchGithub: true},
6
+})
webpack.config.js
0 commit comments