diff options
| author | Johann-S <[email protected]> | 2017-10-24 10:12:45 +0200 |
|---|---|---|
| committer | Johann-S <[email protected]> | 2017-10-24 12:39:25 +0200 |
| commit | 62fbb23ee61999e362cd8ade6073732a46466077 (patch) | |
| tree | 4407025061f33fc39da7526f544b773f7457078c /build | |
| parent | ca4ad8bee8000617c2ae1a08afe7af1103058776 (diff) | |
| download | bootstrap-62fbb23ee61999e362cd8ade6073732a46466077.tar.xz bootstrap-62fbb23ee61999e362cd8ade6073732a46466077.zip | |
Change Rollup config to wrap our dist files with jQuery instead of $
Diffstat (limited to 'build')
| -rw-r--r-- | build/rollup.config.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/rollup.config.js b/build/rollup.config.js index 9faeb0882..f9a470616 100644 --- a/build/rollup.config.js +++ b/build/rollup.config.js @@ -20,7 +20,7 @@ const plugins = [ }) ] const globals = { - jquery: '$', + jquery: 'jQuery', // ensure we use jQuery which is always available even in noConflict mode 'popper.js': 'Popper' } |
