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

Uncaught TypeError: t is not a function #216

Open
brianecook opened this issue Dec 21, 2022 · 0 comments
Open

Uncaught TypeError: t is not a function #216

brianecook opened this issue Dec 21, 2022 · 0 comments

Comments

@brianecook
Copy link

Hello, I am getting the following error when setting up vue-awesome:

Uncaught TypeError: t is not a function Uncaught TypeError: t is not a function
    render webpack://shopify-starter/./node_modules/vue-awesome/components/Icon.js?:5

with corresponds with this bit in the source code:

(function(i,e){return t("path",{attrs:i,key:"path-"+e})})

Here is my webpack config:

module: {
    rules: [
      {
        test: /\.vue$/,
        loader: 'vue-loader',
      },
      {
        test: /\.js$/,
        use: {
          loader: 'babel-loader',
        },
        include: [path.resolve(__dirname, 'node_modules/vue-awesome')],
        exclude: /node_modules/,
      },
    ],
  },

Thanks for any help you can provide!

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