mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-10 07:37:27 +02:00
rollup: specify generatedCode: 'es2015'
(#35070)
This will make use of `const` and modern features (which we are already using in our code) in the generated rollup code.
This commit is contained in:
@@ -98,7 +98,8 @@ const conf = {
|
||||
output: {
|
||||
format: 'iife',
|
||||
name: 'bootstrapTest',
|
||||
sourcemap: 'inline'
|
||||
sourcemap: 'inline',
|
||||
generatedCode: 'es2015'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user