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 2dce27a commit 83ee22fCopy full SHA for 83ee22f
README.md
@@ -47,8 +47,9 @@ To install in your Sprinkle :
47
npm i --save @lcharette/configmanager
48
```
49
50
-4. Add Config Manager frontend entries to your webpack entries. Open `webpack.config.js` and add in `const sprinkles { ... }`:
+4. Add Config Manager & FormGenerator frontend entries to your webpack entries. Open `webpack.config.js` and add in `const sprinkles { ... }`:
51
52
+ FormGenerator: require('@lcharette/formgenerator/webpack.entries'),
53
ConfigManager: require('@lcharette/configmanager/webpack.entries'),
54
55
0 commit comments