UNPKG

web-speech-profanity

Version:

Web Speech API adapter to use Cognitive Services Speech Services for both speech-to-text and text-to-speech service.

16 lines (14 loc) 275 B
const webpackConfig = require('./webpack-instrumented.config'); module.exports = { ...webpackConfig, stats: { assets: false, builtAt: false, chunks: false, colors: true, hash: false, modules: false, version: false, warnings: false } };