Skip to content

Commit 5673319

Browse files
committed
style: update to ES2015
1 parent 585b70c commit 5673319

14 files changed

+542
-424
lines changed

lib/component-normalizer.js

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
/* globals __VUE_SSR_CONTEXT__ */
22

3-
// this module is a runtime utility for cleaner component module output and will
4-
// be included in the final webpack user bundle
3+
// IMPORTANT: Do NOT use ES2015 features in this file.
4+
// This module is a runtime utility for cleaner component module output and will
5+
// be included in the final webpack user bundle.
56

67
module.exports = function normalizeComponent (
78
rawScriptExports,

0 commit comments

Comments
 (0)