From 83cea3bafa57987b8cd6be0557bbca8364ab1fee Mon Sep 17 00:00:00 2001 From: Johann-S Date: Sun, 17 Jun 2018 22:59:48 +0200 Subject: fix(build): remove jquery in our build --- build/rollup.config.js | 1 - 1 file changed, 1 deletion(-) (limited to 'build') diff --git a/build/rollup.config.js b/build/rollup.config.js index e81a07ef5..b3a7929ec 100644 --- a/build/rollup.config.js +++ b/build/rollup.config.js @@ -22,7 +22,6 @@ const plugins = [ }) ] const globals = { - jquery: 'jQuery', // Ensure we use jQuery which is always available even in noConflict mode 'popper.js': 'Popper' } -- cgit v1.2.3