diff options
| author | XhmikosR <[email protected]> | 2018-11-28 13:03:28 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2018-11-28 14:33:29 +0200 |
| commit | 05dfae314644e108b8d7686fb4249ff90b907672 (patch) | |
| tree | 36b0eec3911691f7cdef299b843a0b82be649bef /build/postcss.config.js | |
| parent | 11da1601140174e4fa4e0e25e7f66fc21c08e927 (diff) | |
| download | bootstrap-05dfae314644e108b8d7686fb4249ff90b907672.tar.xz bootstrap-05dfae314644e108b8d7686fb4249ff90b907672.zip | |
Revert "build/*.js: set `sourceType` to module."
This reverts commit b442ce3130808dc28fe897f610bef1e9ab9c792f.
Diffstat (limited to 'build/postcss.config.js')
| -rw-r--r-- | build/postcss.config.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/build/postcss.config.js b/build/postcss.config.js index 7394ba382..157291ffd 100644 --- a/build/postcss.config.js +++ b/build/postcss.config.js @@ -1,3 +1,5 @@ +'use strict' + module.exports = (ctx) => ({ map: ctx.file.dirname.includes('examples') ? false : { inline: false, |
