mirror of https://github.com/webpack/webpack.git
This really should be part of another PR
I think it's messing up coverage results
This commit is contained in:
parent
daca9cbc18
commit
2e43e8c998
|
|
@ -1,3 +1 @@
|
|||
export default function foo() {
|
||||
foo = function() {} // this not working is currently a bug in webpack 😝
|
||||
}
|
||||
export default function foo() {}
|
||||
|
|
|
|||
Loading…
Reference in New Issue