mirror of https://github.com/webpack/webpack.git
test: fix
This commit is contained in:
parent
28ae7718ca
commit
6c79d27748
3
test/configCases/container/reference-hoisting/node_modules/react.js
generated
vendored
Normal file
3
test/configCases/container/reference-hoisting/node_modules/react.js
generated
vendored
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
let version = "0.1.2";
|
||||
export default () => `This is react ${version}`;
|
||||
export function setVersion(v) { version = v; }
|
||||
Loading…
Reference in New Issue