Use SCSS and PostCSS with Rollup
This commit is contained in:
11
babel.config.js
Normal file
11
babel.config.js
Normal file
@@ -0,0 +1,11 @@
|
||||
module.exports = {
|
||||
presets: [
|
||||
'@babel/preset-env'
|
||||
],
|
||||
plugins: [
|
||||
'@babel/plugin-syntax-dynamic-import',
|
||||
['@babel/plugin-transform-runtime', {
|
||||
'useESModules': true
|
||||
}]
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user