1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-20 04:11:39 +02:00

Revert "build/*.js: set sourceType to module."

This reverts commit b442ce3130.
This commit is contained in:
XhmikosR
2018-11-28 13:03:28 +02:00
parent 11da160114
commit 05dfae3146
8 changed files with 15 additions and 1 deletions

View File

@@ -7,6 +7,8 @@
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
'use strict'
const fs = require('fs')
const path = require('path')
const sh = require('shelljs')