UNPKG

243 BJavaScriptView Raw
1module.exports = Object.assign({},
2 require("./GenerateBundleStarterPlugin"),
3 require("./NativeScriptSnapshotPlugin"),
4 require("./PlatformSuffixPlugin"),
5 require("./PlatformFSPlugin"),
6 require("./WatchStateLoggerPlugin")
7);