2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03: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
+1 -1
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)
};