Skip to content

Commit

Permalink
refactor: nerv-server setting nervjs as external module
Browse files Browse the repository at this point in the history
  • Loading branch information
yuche committed Jun 25, 2019
1 parent 4fa3898 commit a8c1c81
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/nerv-server/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ function resolver (path) {
}
module.exports = {
input: 'src/index.ts',
external: ['nervjs'],
plugins: [
alias({
'nerv-shared': join(cwd, '../nerv-shared/dist/index'),
Expand Down

0 comments on commit a8c1c81

Please sign in to comment.