1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-20 12:21:35 +02:00

feat(plugins): allow to import separate plugins

This commit is contained in:
Johann-S
2018-06-27 11:33:07 +02:00
parent 6cf8700fd9
commit eb81c39f2c
6 changed files with 109 additions and 25 deletions

View File

@@ -10,9 +10,8 @@ module.exports = {
]
],
plugins: [
process.env.PLUGINS && 'transform-es2015-modules-strip',
'@babel/proposal-object-rest-spread'
].filter(Boolean),
],
env: {
test: {
plugins: [ 'istanbul' ]