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
dfffd6a241
webpack
/
buildin
/
amd-define.js
4 lines
85 B
JavaScript
Raw
Normal View
History
Unescape
Escape
refactor(eslint): Added no-unsed-vars, env specific .eslintrc's for buildin & hot (#3636) * refactor(eslint): Added no-unsed-vars, env specific .eslintrc's for buildin & hot * This change allows for buildin to now be part of the lint test by addition of an extra .eslintrc file which extends existing but sets es6 to false * Turned on no-unused-vars for eslint, and then removed all warnings from turning that feature on * Was getting notified of errors in "quote" property in eslintrc, so changed to correct value from error to 2. * beautify * swap invalid eslint config val
2016-12-30 23:43:49 +08:00
module
.
exports
=
function
(
)
{
throw
new
Error
(
"define cannot be used indirect"
)
;
}
;