Remove unused files
This commit is contained in:
parent
d292151923
commit
8eae55c00a
|
@ -1,6 +0,0 @@
|
||||||
{
|
|
||||||
"$schema": "https://raw.githubusercontent.com/s-KaiNet/spfx-fast-serve/master/schema/config.latest.schema.json",
|
|
||||||
"cli": {
|
|
||||||
"isLibraryComponent": false
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1,24 +0,0 @@
|
||||||
/*
|
|
||||||
* User webpack settings file. You can add your own settings here.
|
|
||||||
* Changes from this file will be merged into the base webpack configuration file.
|
|
||||||
* This file will not be overwritten by the subsequent spfx-fast-serve calls.
|
|
||||||
*/
|
|
||||||
|
|
||||||
// you can add your project related webpack configuration here, it will be merged using webpack-merge module
|
|
||||||
// i.e. plugins: [new webpack.Plugin()]
|
|
||||||
const webpackConfig = {
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
// for even more fine-grained control, you can apply custom webpack settings using below function
|
|
||||||
const transformConfig = function (initialWebpackConfig) {
|
|
||||||
// transform the initial webpack config here, i.e.
|
|
||||||
// initialWebpackConfig.plugins.push(new webpack.Plugin()); etc.
|
|
||||||
|
|
||||||
return initialWebpackConfig;
|
|
||||||
}
|
|
||||||
|
|
||||||
module.exports = {
|
|
||||||
webpackConfig,
|
|
||||||
transformConfig
|
|
||||||
}
|
|
Loading…
Reference in New Issue