Skip to content

Commit

Permalink
v2.0.6 rollup bundle optimization
Browse files Browse the repository at this point in the history
  • Loading branch information
izelnakri committed Feb 11, 2020
1 parent 6090b0a commit 38b611e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "memserver",
"version": "2.0.5",
"version": "2.0.6",
"description": "in-memory database/ORM and http mock server you can run in-browser and node environments. Built for large frontend teams, fast tests and rapid prototyping",
"author": "Izel Nakri",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ export default {
output: {
format: "cjs"
},
plugins: [resolve({ preferBuiltins: false, mainFields: ["jsnext"] }), commonjs({})]
plugins: [resolve({ preferBuiltins: false, mainFields: ["jsnext"] }), commonjs({ ignore: ['./model'] })]
};

0 comments on commit 38b611e

Please sign in to comment.