feat: add sncrypto client side packages
This commit is contained in:
8
packages/sncrypto-web/babel.config.js
Normal file
8
packages/sncrypto-web/babel.config.js
Normal file
@@ -0,0 +1,8 @@
|
||||
module.exports = function (api) {
|
||||
api.cache.forever()
|
||||
|
||||
return {
|
||||
presets: ['@babel/preset-env'],
|
||||
plugins: ['@babel/plugin-syntax-dynamic-import'],
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user