Hiroki Minagawa
Results
2
comments of
Hiroki Minagawa
I upgraded my Git version from `2.7.4` to `2.22.0`, and it now works fine. Reason being, `create-rust-webpack` seems to use `--no-tags` option when `git clone`, and older version of Git...
@Norlock I guess you first need `output.path` to point to `public/dist`. Also, you need `publicPath` only when you serve contents from a specific subdirectory. Assuming your `public` (or `public/dist`) is...