-
-
Notifications
You must be signed in to change notification settings - Fork 100
Open
Labels
Description
export = (see https://github.com/search?q=repo%3Ashakacode%2Fshakapacker%20%22export%20%3D%22&type=code) is bad style, should be replaced by named and/or default exports. E.g. in https://github.com/shakacode/shakapacker/blob/16f6d71f6a1a071fc71da854d7014f6bf50e6620/package/index.ts we should have export const config, export const devServer etc. Unfortunately it's a breaking change, so should wait until we want to release 10.0.
Also should fully remove https://github.com/shakacode/shakapacker/blob/51aff0e8b3db6b940b9752020e72d8748018248d/package/index.d.ts (see "Background" in #775).