zhengyiming
2025-02-20 988837b3fbffb8abea06dcb875f5746b9fce3c57
apps/taro/config/index.js
@@ -24,6 +24,12 @@
  },
  alias: {
    '@': path.resolve(__dirname, '..', 'src'),
    '@life-payment/components': path.resolve(
      __dirname,
      '..',
      'node_modules',
      '@life-payment/components'
    ),
  },
  sourceRoot: 'src',
  outputRoot: `dist/${process.env.TARO_ENV}`,
@@ -187,6 +193,9 @@
  h5: {
    publicPath: '/',
    staticDirectory: 'static',
    router: {
      mode: 'browser',
    },
    postcss: {
      autoprefixer: {
        enable: true,