mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Published hot-module-replacement@0.2.1
This commit is contained in:
@@ -28,6 +28,9 @@
|
||||
|
||||
* `url@1.3.2`
|
||||
- Updated `core-js` to v3.14.0
|
||||
|
||||
* `hot-module-replacement@0.2.1`
|
||||
- Add missing dependency.
|
||||
|
||||
## v2.2, 2021-04-15
|
||||
|
||||
|
||||
@@ -1,18 +1,19 @@
|
||||
Package.describe({
|
||||
name: 'hot-module-replacement',
|
||||
version: '0.2.0',
|
||||
version: '0.2.1',
|
||||
summary: 'Update code in development without reloading the page',
|
||||
documentation: 'README.md',
|
||||
debugOnly: true
|
||||
});
|
||||
|
||||
Package.onUse(function (api) {
|
||||
api.versionsFrom('2.2');
|
||||
api.use('modules');
|
||||
api.use('meteor');
|
||||
api.use('hot-code-push', { unordered: true });
|
||||
|
||||
api.use('dev-error-overlay', { weak: true });
|
||||
api.imply('modules-runtime-hot@0.12.0');
|
||||
api.imply('modules-runtime-hot@0.13.0');
|
||||
api.addFiles([
|
||||
'./hot-api.js',
|
||||
'./client.js'
|
||||
|
||||
Reference in New Issue
Block a user