Change bootstrap to source version
This commit is contained in:
12
bootstrap/.babelrc.js
Normal file
12
bootstrap/.babelrc.js
Normal file
@ -0,0 +1,12 @@
|
||||
module.exports = {
|
||||
presets: [
|
||||
[
|
||||
'@babel/preset-env',
|
||||
{
|
||||
loose: true,
|
||||
bugfixes: true,
|
||||
modules: false
|
||||
}
|
||||
]
|
||||
]
|
||||
};
|
Reference in New Issue
Block a user