1
0
mirror of https://github.com/lancedikson/bowser synced 2026-03-02 03:40:27 +00:00

Change the way of compilation and requiring

fixes #231
This commit is contained in:
Denis Demchenko
2018-07-17 19:19:54 +03:00
parent b94587fdbc
commit bdd75028e5
3 changed files with 4 additions and 4 deletions

View File

@@ -9,10 +9,10 @@ module.exports = {
// and webpack starts bundling
output: {
// options related to how webpack emits results
path: path.resolve(__dirname, 'dist'), // string
path: path.resolve(__dirname, './'), // string
// the target directory for all output files
// must be an absolute path (use the Node.js path module)
filename: 'bowser.compiled.js', // string
filename: 'compiled.js', // string
// the filename template for entry chunks
library: 'bowser',
libraryTarget: 'umd', // universal module definition