babel.config.js 179 B

123456789101112
  1. module.exports = {
  2. presets: [
  3. '@vue/app'
  4. ],
  5. plugins: [
  6. ["@supermap/babel-plugin-import",
  7. {
  8. "libraryName": "@supermap/iclient-leaflet"
  9. }
  10. ]
  11. ]
  12. }