Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 904 Bytes

File metadata and controls

37 lines (28 loc) · 904 Bytes

PrestaShop Classic Theme Example hot module replacement

Other

Example Hot Module Replacement for Webpack 1.x Prestashop 1.7

Example Hot Module Replacement for Webpack 2.x Prestashop 1.7

Example Hot Module Replacement for Webpack 3.x Prestashop 1.7

If not working file watcher, add

plugins.push(
  new webpack.OldWatchingPlugin()
);

in webpack.config.js, for webpack 1.12+ version. Thx Damir Glax!

Install :

cd _dev
npm install
# or
yarn 

Start hot:

npm run hot
# or
yarn hot

All changes:

https://github.com/retyui/prestashop-1.7-webpack-hot-module-replacement/commit/e25b5903f315609e7d4ec9a6c25a07be59c4c727