Skip to content

Commit

Permalink
Fixed SSR issue
Browse files Browse the repository at this point in the history
  • Loading branch information
KaniRobinson committed Oct 11, 2018
1 parent d8f27f8 commit 85e5c03
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions dist/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vuex-orm/plugin-axios",
"version": "0.1.1",
"version": "0.1.2",
"description": "Vuex-ORM Plugin to sync the data against a RESTful API.",
"main": "dist/index.js",
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ const path = require('path');

module.exports = {
entry: './src/index.js',
target: 'node',
output: {
library: 'vuex-orm-axios',
libraryTarget: 'umd',
Expand Down

0 comments on commit 85e5c03

Please sign in to comment.