Skip to content

Uncaught TypeError: t is not a function #216

Open
@brianecook

Description

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!

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions