@bluealba-public/pae-ui-react-sdk
v0.3.2-develop-1058
Published
[](https://sonarcloud.io/summary/new_code?id=bluealba_pae-ui-react-sdk) [ => {
// Modify the config here
return config;
};You can also override the webpack configuration from the scripts in the package.json file. You can use the --config option to specify the path to the configuration file.
{
"scripts": {
"start": "pae-ui-react-sdk start --config ./webpack.config.js",
"build": "pae-ui-react-sdk build --config ./webpack.config.js"
}
}Assets folder
By convention the assets folder located at the root of the project (in case it exists) will be copied complete (including all its files) to the output dist folder.
