Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

139
Views
Shopify theme app extension import npm package

I'm trying to create a theme app extension for shopify, i'm currently working with an app block, i need to import an npm package, let's say moment.js so i did the following

import moment from "moment";

but i got the error

Uncaught SyntaxError: Cannot use import statement outside a module

so i tried with the require syntax

const moment = require("moment");

but the result is

Uncaught ReferenceError: require is not defined

this is the block template

<button id="random-button">
  random label
</button>

{% schema %}
{
    "name": "Random App Block",
    "target": "section",
    "javascript": "app.js",
    "stylesheet": "style.css",
    "settings":[]
}
{% endschema %}

What am i missing? I've just created the app with the Shopify CLI and added the extension, what's the correct way to import an npm package in an app block?

about 4 years ago · Santiago Gelvez
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!