From e985a9979ce2bcc86437cb98e9384895a991e9b3 Mon Sep 17 00:00:00 2001 From: Rafael Rocha Date: Mon, 11 Jun 2018 17:17:11 -0300 Subject: [PATCH] fix: webpack.config so no dependency dist is used in the bundle. --- docs/global.html | 2 +- docs/index.html | 2 +- docs/index.js.html | 2 +- webpack.config.js | 3 +++ 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/docs/global.html b/docs/global.html index bdb5af8..bdd48c7 100644 --- a/docs/global.html +++ b/docs/global.html @@ -479,7 +479,7 @@
Returns:

diff --git a/docs/index.html b/docs/index.html index 8af4a12..54d1b49 100644 --- a/docs/index.html +++ b/docs/index.html @@ -107,7 +107,7 @@

riffChunks.write()


 
 
- Documentation generated by JSDoc 3.5.5 on Mon Jun 11 2018 16:21:29 GMT-0300 (Hora oficial do Brasil) using the docdash theme. + Documentation generated by JSDoc 3.5.5 on Mon Jun 11 2018 17:16:00 GMT-0300 (Hora oficial do Brasil) using the docdash theme.
diff --git a/docs/index.js.html b/docs/index.js.html index a2299a5..a04b668 100644 --- a/docs/index.js.html +++ b/docs/index.js.html @@ -189,7 +189,7 @@

index.js


- Documentation generated by JSDoc 3.5.5 on Mon Jun 11 2018 16:21:29 GMT-0300 (Hora oficial do Brasil) using the docdash theme. + Documentation generated by JSDoc 3.5.5 on Mon Jun 11 2018 17:16:00 GMT-0300 (Hora oficial do Brasil) using the docdash theme.
diff --git a/webpack.config.js b/webpack.config.js index dcbf77d..0ecce19 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -9,6 +9,9 @@ module.exports = { output: { filename: './dist/riff-chunks-min.js' }, + resolve: { + mainFields: ["main"], + }, plugins: [ new ClosureCompiler({ options: {