aboutsummaryrefslogtreecommitdiff
path: root/build/rollup.config.js
AgeCommit message (Collapse)AuthorFilesLines
2023-08-06Convert build scripts to ESM (#38984)XhmikosR1-57/+0
2022-11-11explicitly use `banner` function, avoiding passing argumentsGeorge Sotiropoulos1-1/+1
2022-09-20Update devDependencies (#37177)XhmikosR1-1/+1
2022-01-29Rename variablesXhmikosR1-3/+3
2021-10-04rollup: specify `generatedCode: 'es2015'` (#35070)XhmikosR1-1/+2
This will make use of `const` and modern features (which we are already using in our code) in the generated rollup code.
2021-03-10@rollup/plugin-replace: specify `preventAssignment: true` (#33329)XhmikosR1-1/+7
This is to fix a warning since the option will be set to true in the next major version of the plugin
2020-12-06Update to popper.js v2.xJohann-S1-4/+5
2020-12-02Remove Polyfill leftovers (#32310)XhmikosR1-1/+1
Leftovers from #32057
2020-07-07Update to `@rollup/plugin-node-resolve` v8.1.0. (#31249)XhmikosR1-2/+2
2020-05-26Update to `@rollup/plugin-babel` (#30742)XhmikosR1-4/+3
2020-05-04Move babel whitelist helpers to a common file (#30723)XhmikosR1-9/+2
2020-03-25Adapt rollup config for recent `@babel/present-env` versionXhmikosR1-2/+4
2019-12-25Switch to @rollup/plugin-node-resolve (#29851)XhmikosR1-1/+1
2019-07-17updated babelJohann-S1-1/+1
2019-04-15remove custom browserlist for our esm build (#28642)Johann-S1-36/+12
2019-03-11use specific browserlist for esm buildJohann-S1-11/+35
2019-03-11Tweak rollup.config.jsXhmikosR1-5/+4
2019-03-11build bootstrap in esmJohann-S1-7/+14
2019-03-11Comply to the new rules.XhmikosR1-7/+9
2019-02-20Refactor util plugin and some testsJohann-S1-1/+1
2019-02-20fix(build): remove jquery in our buildJohann-S1-1/+0
2018-11-28Revert "build/*.js: set `sourceType` to module."XhmikosR1-0/+2
This reverts commit b442ce3130808dc28fe897f610bef1e9ab9c792f.
2018-10-20swipe left/right without hammerjsJohann-S1-17/+9
2018-10-20Add touch support in our carousel with HammerJS.Johann-S1-9/+17
2018-09-26Remove unneeded `path.resolve`.XhmikosR1-1/+1
2018-09-26Add license headers in js/dist filesHelmut Granda1-7/+2
By implementing the same approach of rollup.config.js and replicate it in build-plugins.js, individual plugins will display license headers.
2018-08-12build/*.js: set `sourceType` to module.XhmikosR1-2/+0
2018-03-29fix bundle and run test against itJohann-S1-0/+1
2018-03-21fix rollup configJohann-S1-1/+1
2018-01-11Comply to the new rules.XhmikosR1-5/+6
2017-12-31Update devDependencies and gems. (#25083)XhmikosR1-9/+9
2017-11-15Use UMD and fix build to properly load deps (#24783)Federico Zivolo1-1/+1
2017-11-13Object spread : less jQuery more ES6 (#24665)Johann-S1-1/+2
2017-10-31build/*.js: es6ify. (#24611)XhmikosR1-3/+3
2017-10-24Change Rollup config to wrap our dist files with jQuery instead of $Johann-S1-1/+1
2017-09-28Lint docs js too and use `strict consistently. (#24160)XhmikosR1-0/+2
2017-09-26build/*.js: ES6-ify files. (#24112)XhmikosR1-2/+2
2017-09-26Tabs to spaces. (#24110)XhmikosR1-2/+1
2017-09-17Babel 7 (#23966)Henry Zhu1-4/+2
* use .babelrc.js, compile bundled/non-bundled with loose mode * add back helper, exclude typeof transform
2017-08-31Use rollup to add our copyright instead of a custom scriptJohann-S1-1/+9
2017-08-31Create a bundled release of Bootstrap with Popper.js insideJohann-S1-0/+43