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/postcss.config.js | |
| parent | acd19de6a9258056583f479b4b2faa0bec7bfb07 (diff) | |
| download | bootstrap-b442ce3130808dc28fe897f610bef1e9ab9c792f.tar.xz bootstrap-b442ce3130808dc28fe897f610bef1e9ab9c792f.zip | |
build/*.js: set `sourceType` to module.
Diffstat (limited to 'build/postcss.config.js')
| -rw-r--r-- | build/postcss.config.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/build/postcss.config.js b/build/postcss.config.js index 157291ffd..7394ba382 100644 --- a/build/postcss.config.js +++ b/build/postcss.config.js @@ -1,5 +1,3 @@ -'use strict' - module.exports = (ctx) => ({ map: ctx.file.dirname.includes('examples') ? false : { inline: false, |
