Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 624e7da

Browse filesBrowse files
committed
revert
1 parent 010db30 commit 624e7da
Copy full SHA for 624e7da

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎lib/loader.js

Copy file name to clipboardExpand all lines: lib/loader.js
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ var hotReloadAPIPath = normalize.dep('vue-hot-reload-api')
1818

1919
var hasBabel = false
2020
try {
21-
hasBabel = !!require(normalize.dep('babel-loader'))
21+
hasBabel = !!require('babel-loader')
2222
} catch (e) {}
2323

2424
var hasBuble = false
2525
try {
26-
hasBuble = !!require(normalize.dep('buble-loader'))
26+
hasBuble = !!require('buble-loader')
2727
} catch (e) {}
2828

2929
var rewriterInjectRE = /\b(css(?:-loader)?(?:\?[^!]+)?)(?:!|$)/

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.