1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-17 02:54:01 +02:00

Update package-lock.json. (#23975)

This commit is contained in:
XhmikosR
2017-09-17 20:27:30 +03:00
committed by GitHub
parent 6c70c70f63
commit eb2a6f2efd
3 changed files with 696 additions and 759 deletions

View File

@@ -11,6 +11,6 @@ module.exports = {
],
plugins: [
process.env.ROLLUP && 'external-helpers',
process.env.PLUGINS && 'transform-es2015-modules-strip',
process.env.PLUGINS && 'transform-es2015-modules-strip'
].filter(Boolean)
};