AFaugeras
Results
1
comments of
AFaugeras
@olistic in addition to your module bundler solution, in order to automatically remove the two last lines, you can run: `rollup src/main.js --f cjs | head -n -2 > Player.js`...