1.2.2 • Published 2 years ago

@ima/plugin-hot-reload v1.2.2

Weekly downloads
4
License
MIT
Repository
github
Last release
2 years ago

@ima/plugin-hot-reload

The IMA plugin automatically hot reload ima application after changing ".js" or ".css" files. The plugin use under hood @ima/plugin-websocket.

Installation

npm install @ima/plugin-hot-reload --save
// /app/build.js

// For only dev environment
if (
  process.env.NODE_ENV === 'dev' ||
  process.env.NODE_ENV === 'development' ||
  process.env.NODE_ENV === undefined
) {
  vendors.common.push('@ima/plugin-hot-reload');
}

After installing plugin @ima/plugin-hot-reload install @ima/plugin-websocket.

IMA.js

The IMA.js is an application development stack for developing isomorphic applications written in pure JavaScript. You can find the IMA.js skeleton application at https://github.com/seznam/ima.

2.0.0-rc.2

2 years ago

2.0.0-rc.0

2 years ago

2.0.0-rc.1

2 years ago

1.2.2

2 years ago

1.2.1

2 years ago

1.2.0

2 years ago

1.1.0

3 years ago

1.0.2

3 years ago

1.0.1

4 years ago

1.0.0

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago