]> cat aescling's git repositories - mastodon.git/commit
Fix webpack building on Windows (#3426)
authorNaouak <tardiel@gmail.com>
Tue, 30 May 2017 13:30:59 +0000 (15:30 +0200)
committerEugen Rochko <eugen@zeonfederated.com>
Tue, 30 May 2017 13:30:59 +0000 (15:30 +0200)
commit499cc7b803fe6f9bddf0155b2e80cbb0fba4fb6d
tree28633befc89640441c8ab91d2d41805162a5be30
parent7db98aa70e44c922bd13d72e78e0ae94826ad29f
Fix webpack building on Windows (#3426)

* Path should not be constructed manually. Use path.join to ensure compatibility.

* Path should not be constructed manually. Use path.join to ensure compatibility.

* Fix regexp.

* Fix my own stupidity.
I forgot to check outside my test script the regexp...
config/webpack/shared.js