Skip to content

Commit

Permalink
fix(build): hapi private class fields
Browse files Browse the repository at this point in the history
  • Loading branch information
trevtrich committed Oct 9, 2020
1 parent 6a56a45 commit a9472df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .babelrc
@@ -1 +1 @@
{"presets":["@form8ion"],"ignore":["./lib/"]}
{"presets":["@form8ion"],"ignore":["./lib/"]}
3 changes: 2 additions & 1 deletion webpack.config.server.babel.js
Expand Up @@ -10,6 +10,7 @@ export default function (env) {
path: resolve(__dirname, 'lib', 'server'),
libraryTarget: 'commonjs2'
},
target: 'node'
target: 'node',
externals: ['@hapi/good', '@hapi/glue']
};
}

0 comments on commit a9472df

Please sign in to comment.