Skip to content

Support for the experimental syntax 'moduleBlocks' isn't currently enabled #7

@Paul-WFUK

Description

@Paul-WFUK

I've been using modularjs for a while now but I'm starting to get the error as per the title but can't seem to find a solution online. it happens when using the following code:

  1 | import { module } from 'modujs';
  2 |
> 3 | export default class extends module {
    |                              ^
  4 |     constructor(m) {
  5 |         super(m);
  6 |

I'm using Laravel-mix 6.0.6 for front end development and compiling. I have rolled this back to 5 where it has previously been okay but still received the above error.

I was wondering if someone could help or point me in the right direction.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions