Eugene

Results 5 comments of Eugene

I think it is better to exclude just `src/env.d.ts` ```json "exclude": ["src/env.d.ts"], ```

Hello. Looks like it is possible to do. By changing `$entryName = $stream->expect(Token::STRING_TYPE)->getValue();` to `$entryName = $this->parser->getExpressionParser()->parseExpression();` and by changing return node I'll be able to try this on the...

Hello. The problem with "dynamic" variables is that they are dynamic. Currently extension makes all file reads at template compile time. Also it fails at compile time if some files...

May be just add function like `{{ webpack_entry_path('landing_foo.css') }}` -> `/build/landing_foo.css`?

I have to check, but extention should work fine with remote manifest.json. ``` parameters: webpack.manifest: http://localhost:9000/build/manifest.json webpack.public_path_js: "http://localhost:9000/" webpack.public_path_css: "http://localhost:9000/" ```