@shko.online/overridewebpackconfig
v0.1.0
Published
This is a Webpack plugin that allows overriding the Webpack config for PCF components.
Downloads
3
Readme
Shko Online's Override Webpack Config Plugin
This is a Webpack plugin that allows overriding the Webpack config for PCF components.
- Install the package as a dev dependency on your project.
- Require the plugin in your
webpack.config.js
,
const OverrideWebpackConfigPlugin = require('@shko.online/overridewebpackconfig');
- Configure the plugin with your override:
//...
plugins: [
new OverrideWebpackConfigPlugin((config) => {
console.log("Shko Online Rocks");
}),
];
//...
License
The owners of the license are Betim Beja and Shko Online LLC. If you want to help with the development of this library and all the other Open Source products by Betim Beja (under the brand AlbanianXrm) and Shko Online LLC you can buy consulting services by contacting us at [email protected]
Contributing
Contributions are welcome. Before contributing please check that you don't violate any IP, and consider that your contribution will be public, but you would be transfering ownership of the code to us.