As a consumer of this plugin, you don't have to worry about the information in here. It is just to summarize the publish process and other background information for myself. Consult the README.md for more information on how to use this plugin.
- Make sure that you are using the latest source code by running either
git pullORgit clone https://github.com/innerjoin/dojo-module-wrapper-webpack-plugin.git - verify that package.json contains the correct version to publish
- If you are working within a corporate environment, you typically have a proxy and package manager like artifactory behind you and npmjs.com. If this applies to you, follow the instructions:
npm config get registry(remember the name if it unequal to the default source)npm config rm registry(disables your local registry)npm config set proxy "<your proxy URL>"ORnpm config set https-proxy "<your proxy URL>"
npm adduser(authenticate against npmjs.com)npm publish- Ramp up for corporate users:
npm config rm proxyORnpm config rm https-proxynpm config set registry "<your registry URL>"