.env.development 508 B

12345678910
  1. VUE_APP_BASE_API = '/api'
  2. ENV = 'development'
  3. // With this configuration, vue-cli uses babel-plugin-dynamic-import-node
  4. // It only does one thing by converting all import() to require()
  5. // So that all asynchronous components can be import synchronously using this plugin
  6. // This configuration can significantly increase the speed of hot updates when you have a large number of pages
  7. // https://github.com/vuejs/vue-cli/blob/dev/packages/@vue/babel-preset-app/index.js
  8. VUE_CLI_BABEL_TRANSPILE_MODULES = true