eight04 / rollup-plugin-cjs-es

Convert CommonJS module into ES module.
MIT License
21 stars 0 forks source link

Unwanted warning for plain imports #10

Closed eight04 closed 5 years ago

eight04 commented 5 years ago

entry.js

require("./foo");

foo.js

module.exports = "FOO";