From fca781f98a826c9ebf7dde48ab28d7e4ddc383ac Mon Sep 17 00:00:00 2001 From: Toby Zerner Date: Sat, 16 Jun 2018 13:53:47 +0930 Subject: [PATCH] Update flarum core global reference --- js-packages/webpack-config/index.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/js-packages/webpack-config/index.js b/js-packages/webpack-config/index.js index ea568fd27..969254dfe 100644 --- a/js-packages/webpack-config/index.js +++ b/js-packages/webpack-config/index.js @@ -50,9 +50,9 @@ module.exports = function(options = {}) { externals: [ { - '@flarum/core/forum': 'flarum', - '@flarum/core/admin': 'flarum', - 'jquery': 'jQuery' + '@flarum/core/forum': 'flarum.core', + '@flarum/core/admin': 'flarum.core', + 'jquery': 'jQuery', }, // Support importing old-style core modules.