UNPKG

pusher-js

Version:

Pusher Channels JavaScript library for browsers, React Native, NodeJS and web workers

11 lines (8 loc) 271 B
const { merge } = require('webpack-merge'); const commonConfig = require('./config.common'); module.exports = merge(commonConfig, { files: ['**/spec/javascripts/unit/index.web.js'], preprocessors: { '**/spec/javascripts/unit/index.web.js': ['webpack'] }, });