diff options
| author | XhmikosR <[email protected]> | 2018-12-05 11:38:55 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2018-12-05 11:38:55 +0200 |
| commit | e184c11618ef040864c2fb1b38f81d8df595aacf (patch) | |
| tree | 3611313862675db6dab106f0b2eea00c7f916dc4 /build/build-plugins.js | |
| parent | 3007d4b4353fd0b8f3f65d660e19168e8400ee20 (diff) | |
| parent | 1a171b80ab1b46f59cfd727a7e5f8a10fc43b189 (diff) | |
| download | bootstrap-e184c11618ef040864c2fb1b38f81d8df595aacf.tar.xz bootstrap-e184c11618ef040864c2fb1b38f81d8df595aacf.zip | |
Merge branch 'v4-dev' into stretched-link
Diffstat (limited to 'build/build-plugins.js')
| -rw-r--r-- | build/build-plugins.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/build/build-plugins.js b/build/build-plugins.js index ec337f03e..3240ee5d0 100644 --- a/build/build-plugins.js +++ b/build/build-plugins.js @@ -5,6 +5,8 @@ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) */ +'use strict' + const path = require('path') const rollup = require('rollup') const babel = require('rollup-plugin-babel') |
