Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

How do I write this configuration ? #332

Closed
Deja-vuuu opened this issue Apr 30, 2022 · 2 comments
Closed

How do I write this configuration ? #332

Deja-vuuu opened this issue Apr 30, 2022 · 2 comments

Comments

@Deja-vuuu
Copy link

Deja-vuuu commented Apr 30, 2022

module: {
    rules: [
      {
        test: /\.mjs$/,
        include: /node_modules/,
        type: 'javascript/auto'
      }
    ]
  }

image

@Deja-vuuu Deja-vuuu changed the title How do I write this configuration How do I write this configuration ? Apr 30, 2022
@Deja-vuuu
Copy link
Author

config.module
.rule('mjs$')
.test(/.mjs$/)
.include.add(/node_modules/)
.end()
.type('javascript/auto');
},

@edmorley
Copy link
Member

edmorley commented Feb 4, 2024

Closing since unfortunately this project is no longer maintained:
#358

@edmorley edmorley closed this as not planned Won't fix, can't repro, duplicate, stale Feb 4, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

2 participants