mirror of https://github.com/webpack/webpack.git
cleanup assigned globals
This commit is contained in:
parent
7e6cb9d35a
commit
ec72e9369a
|
|
@ -0,0 +1,5 @@
|
|||
module.exports = {
|
||||
afterExecute() {
|
||||
delete global.MyLibraryProperties;
|
||||
}
|
||||
};
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
module.exports = {
|
||||
afterExecute() {
|
||||
delete global.MyLibrary;
|
||||
}
|
||||
};
|
||||
Loading…
Reference in New Issue