SimonAlling / userscripter

Create userscripts in a breeze!
https://www.npmjs.com/package/userscripter
MIT License
100 stars 10 forks source link

feat!: Remove restrict-imports-loader #96

Closed SimonAlling closed 3 months ago

SimonAlling commented 1 year ago

I think this feature adds more complexity than it does value. While I believe consumers won't have their builds broken (unless they have a test that checks what happens if they import { … } from "userscripter/build"), I'm making it a breaking change because it is a feature being removed after all.

SimonAlling commented 1 year ago

Not sure if this is a breaking change or whether it should be its own PR or part of some API redesign.