diff options
| author | XhmikosR <[email protected]> | 2017-10-31 12:41:03 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-10-31 12:41:03 +0200 |
| commit | 271f5071a306f93074b13c976a411e646bb3eb80 (patch) | |
| tree | 909473ef69f4619bce859c7dace897e790621a81 /build/rollup.config.js | |
| parent | 0570087ac3efa7108568358301c7497f0d96a5ce (diff) | |
| download | bootstrap-271f5071a306f93074b13c976a411e646bb3eb80.tar.xz bootstrap-271f5071a306f93074b13c976a411e646bb3eb80.zip | |
build/*.js: es6ify. (#24611)
Diffstat (limited to 'build/rollup.config.js')
| -rw-r--r-- | build/rollup.config.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/build/rollup.config.js b/build/rollup.config.js index f9a470616..44ffac710 100644 --- a/build/rollup.config.js +++ b/build/rollup.config.js @@ -39,9 +39,9 @@ module.exports = { format: 'iife' }, name: 'bootstrap', - external: external, - globals: globals, - plugins: plugins, + external, + globals, + plugins, banner: `/*! * Bootstrap v${pkg.version} (${pkg.homepage}) * Copyright 2011-${year} ${pkg.author} |
