This website requires JavaScript.
Explore
Help
Sign In
root
/
webpack
mirror of
https://github.com/webpack/webpack.git
Watch
1
Star
0
Fork
You've already forked webpack
0
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
1eede56d56
webpack
/
test
/
cases
/
parsing
/
harmony-injecting-order
/
file.js
4 lines
61 B
JavaScript
Raw
Normal View
History
Unescape
Escape
fixed #1883
2016-01-30 19:50:42 +08:00
export
function
f
(
)
{
Bugfix/disable module in harmony (#3755) * moved format location into separate file allow dependencies to report errors too * NullDependencies do not change the hash * dependencies can opt-out from `__webpack_require__` param * apply module syntax plugins earlier * emit errors if using AMD or CommonJS syntax in harmony modules
2017-01-10 00:11:34 +08:00
return
_
_webpack
_amd
_options
_
_
;
}
;