Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

配置项目遇到很多错误,请帮忙看看 #22

Open
csc-EricWu opened this issue Nov 2, 2022 · 0 comments
Open

配置项目遇到很多错误,请帮忙看看 #22

csc-EricWu opened this issue Nov 2, 2022 · 0 comments

Comments

@csc-EricWu
Copy link

csc-EricWu commented Nov 2, 2022

    module: {
      rules: [
        { test: /\.m4a$/, use: 'raw-loader' },
        {
          test: /\.vue$/,
          use: ['vue-loader', conditionalCompiler],
        },
        {
          test: /\.js$/,
          include: [resolve('src'), resolve('test')],
          use: [
            //step-2
            'babel-loader?cacheDirectory',
            //step-1
            conditionalCompiler,
          ],
        },
      ],
    },
  },

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant