@bigear/microphone-recorder
Advanced tools
Comparing version 0.0.14 to 0.0.19
{ | ||
"name": "@bigear/microphone-recorder", | ||
"version": "0.0.14", | ||
"version": "0.0.19", | ||
"description": "It is a lib for sound recording on HTML, implemented by audioContext and webWorker", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
const path = require('path') | ||
const BundleAnalyzerPlugin = require('webpack-bundle-analyzer') | ||
.BundleAnalyzerPlugin | ||
// const BundleAnalyzerPlugin = require('webpack-bundle-analyzer') | ||
// .BundleAnalyzerPlugin | ||
@@ -14,6 +14,6 @@ module.exports = { | ||
plugins: [ | ||
new BundleAnalyzerPlugin({ | ||
analyzerMode: 'static' | ||
}) | ||
// new BundleAnalyzerPlugin({ | ||
// analyzerMode: 'static' | ||
// }) | ||
] | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
197621
9
270