lake2

Results 5 issues of lake2

I what exclude bundle.js from this fragment ``` ``` this seems not working ``` plugins: [ new HtmlWebpackPlugin({ hash: true, template: './static/index.html', excludeAssets: [/bundle.js[^?]/] }), new HtmlWebpackExcludeAssetsPlugin(), ], ``` How...

the sample code to reproduce the issue: https://codesandbox.io/s/wonderful-edison-147v9 What should I do if I want inject one store and use it by context?

this test case will fail: ``` ['should support wild card aliases']: { options: { config: { paths: { '@/*': ['./src/*'] } } }, path: './src/pages/Page.ts', input: "import module from 'module'\nimport...

fix https://github.com/gulp-plugin/alias/issues/404