diff options
| author | XhmikosR <[email protected]> | 2018-08-12 21:28:57 +0300 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2018-08-12 22:22:12 +0300 |
| commit | b442ce3130808dc28fe897f610bef1e9ab9c792f (patch) | |
| tree | 67955bad51a6e6c2bbcbbf456574d90a92dac6d3 /build/workbox.js | |
| parent | acd19de6a9258056583f479b4b2faa0bec7bfb07 (diff) | |
| download | bootstrap-b442ce3130808dc28fe897f610bef1e9ab9c792f.tar.xz bootstrap-b442ce3130808dc28fe897f610bef1e9ab9c792f.zip | |
build/*.js: set `sourceType` to module.
Diffstat (limited to 'build/workbox.js')
| -rw-r--r-- | build/workbox.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/build/workbox.js b/build/workbox.js index 3a7ba450a..a8d955158 100644 --- a/build/workbox.js +++ b/build/workbox.js @@ -5,8 +5,6 @@ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) */ -'use strict' - const fs = require('fs') const path = require('path') const swBuild = require('workbox-build') |
