diff options
Diffstat (limited to 'node_modules/webpack/buildin/system.js')
-rw-r--r-- | node_modules/webpack/buildin/system.js | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/node_modules/webpack/buildin/system.js b/node_modules/webpack/buildin/system.js index 8dac967a2..9ba70a384 100644 --- a/node_modules/webpack/buildin/system.js +++ b/node_modules/webpack/buildin/system.js @@ -1,7 +1,7 @@ -// Provide a "System" global.
-module.exports = {
- // Make sure import is only used as "System.import"
- import: function() {
- throw new Error("System.import cannot be used indirectly");
- }
-};
+// Provide a "System" global. +module.exports = { + // Make sure import is only used as "System.import" + import: function() { + throw new Error("System.import cannot be used indirectly"); + } +}; |