Skip to content

Commit 85e5c03

Browse files
committed
Fixed SSR issue
1 parent d8f27f8 commit 85e5c03

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

dist/index.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuex-orm/plugin-axios",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "Vuex-ORM Plugin to sync the data against a RESTful API.",
55
"main": "dist/index.js",
66
"scripts": {

webpack.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ const path = require('path');
22

33
module.exports = {
44
entry: './src/index.js',
5+
target: 'node',
56
output: {
67
library: 'vuex-orm-axios',
78
libraryTarget: 'umd',

0 commit comments

Comments
 (0)