Closed Rick-Kirkham closed 4 years ago
@Rick-Kirkham Neither the "yo-office" or "master" branch contains a config directory any more. Did you get the latest version of generator-office using npm install -g yo generator-office
before running yo office
?
I ran yo office to verify that there is no config folder generated. (I did React, TypeScript, Word.)
When I create a yo office project with the React option, a config folder with webpack config files is created. These are called in the package.json as expected:
But another webpack.config.js file is also created in the root of the project. It is never called by anything.