Skip to content

retyui/prestashop-1.7-webpack-hot-module-replacement

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published