CodeCoupler Webpack
CodeCoupler Webpack is a compilation of Webpack libraries fine-tuned to each other to start authoring libraries and web applications in modern JavaScript, TypeScript, Vue and CSS without having to worry about linting, compiling and transpiling.
CodeCoupler Webpack can be added to each project and will provide a command line interface invoked
with cc-webpack [options]
. However, it is highly recommended to initialize a CodeCoupler Webpack
project with npm init cc-webpack
. This will create a boilerplate which include some important
configuration files to exploit the full potential of CodeCoupler Webpack.
The command cc-webpack
will generate and use a webpack configuration on the fly and start the
Webpack compilation. The dynamically created configuration can be controlled via a file named
webpack.cc-config.js
. If you use a Webpack configuration file webpack.config.js
the both
configurations will be smart-merged.