Skip to content

Commit e3312b6

Browse files
committed
Adjust for import default
1 parent eca071f commit e3312b6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const AppcachePlugin = require('appcache-webpack-plugin-plus')
1+
const AppcachePlugin = require('appcache-webpack-plugin-plus').default
22

33
/**
44
* @param {object} config

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-app-rewire-appcache-plugin",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "Add appcache-webpack-plugin to a react-app-rewired config.",
55
"main": "index.js",
66
"files": ["index.js"],
@@ -26,7 +26,7 @@
2626
"homepage":
2727
"https://github.com/lwd-technology/react-app-rewire-appcache-plugin#readme",
2828
"dependencies": {
29-
"appcache-webpack-plugin-plus": "^2.0.1",
29+
"appcache-webpack-plugin-plus": "^2.0.2",
3030
"webpack": "^3.6.0"
3131
},
3232
"devDependencies": {

0 commit comments

Comments
 (0)