NekR / offline-plugin

Offline plugin (ServiceWorker, AppCache) for webpack (https://webpack.js.org/)
MIT License
4.52k stars 295 forks source link

Make sure paths like '/bundles/../' are't generated #364

Open NekR opened 6 years ago

NekR commented 6 years ago

If filename is specified as filename: '../index.html', generated file path may be /bundles/../. Technically it isn't wrong, but who knows.

See: https://github.com/NekR/offline-plugin/issues/356