Closed matthieu-foucault closed 5 years ago
This PR contains a:
Taking over #366 (cleaned up PR and fixed another instance of publicPath). Fixes #362 (tested using steps provided by @johnnyreilly).
publicPath
Public path is a URL, not a file path. It should not be created using path.join, which uses backslashes on Windows.
path.join
All committers have signed the CLA.
Great news!
Published on npm under karma-webpack@next
karma-webpack@next
Awesome work - I'll give it a try!
https://github.com/TypeStrong/ts-loader/pull/873
All good!
This PR contains a:
Taking over #366 (cleaned up PR and fixed another instance of
publicPath
). Fixes #362 (tested using steps provided by @johnnyreilly).Public path is a URL, not a file path. It should not be created using
path.join
, which uses backslashes on Windows.