Skip to content

This is a webpack plugin that makes it possible to override the Webpack config. Useful for PCF components ;)

License

Notifications You must be signed in to change notification settings

Shko-Online/OverrideWebpackConfig

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shko Online's Override Webpack Config Plugin

This is a Webpack plugin that allows overriding the Webpack config for PCF components.

  1. Install the package as a dev dependency on your project.
  2. Require the plugin in your webpack.config.js,
const OverrideWebpackConfigPlugin = require('@shko.online/overridewebpackconfig');
  1. 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 sales@shko.online

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.

About

This is a webpack plugin that makes it possible to override the Webpack config. Useful for PCF components ;)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published