za

Results 4 comments of za

Seems Helmet has transform the onLoad function to inline script. So we can pass a static function like this: ```ts function scriptOnload(el: HTMLScriptElement){ const {id, foo} = el.dataset; // script...

@chemzqm although use `postLoaders `, this loader still has the problem when handling es6 syntax inside `node_modules`. add `mainFields` and ignore `module` can fix this. ```js resolve: { mainFields: ['browser',...

> For webpack 4, throws too many errors: > > ``` > Module build failed (from ./node_modules/es3ify-loader/index.js): > Error: Parse Error: Line 7: Illegal import declaration > ... > ```...

可能通过 bridge 告诉 iframe 内的应用做路由跳转,而不是直接改 src 可以解决? 同时宿也同步 push 一个 state