mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Restoring plugins options for webpack config
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
parent
bd7b5b4477
commit
3428476d40
@ -20,7 +20,6 @@ export function webpackExtensionsApi(): webpack.Configuration {
|
|||||||
};
|
};
|
||||||
config.output.libraryTarget = "commonjs2"
|
config.output.libraryTarget = "commonjs2"
|
||||||
delete config.devtool;
|
delete config.devtool;
|
||||||
delete config.plugins;
|
|
||||||
return config;
|
return config;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user