1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-08 22:56:46 +02:00

build bootstrap in esm

This commit is contained in:
Johann-S
2019-03-01 11:11:41 +02:00
committed by XhmikosR
parent 3ffe3a5d82
commit 2fd50f98a5
8 changed files with 86 additions and 80 deletions

View File

@@ -1,7 +1,6 @@
/* eslint-env node */
const resolve = require('rollup-plugin-node-resolve')
const commonjs = require('rollup-plugin-commonjs')
const babel = require('rollup-plugin-babel')
module.exports = {
@@ -12,7 +11,6 @@ module.exports = {
},
plugins: [
resolve(),
commonjs(),
babel({
exclude: 'node_modules/**'
})