UNPKG

@bincode/jekpack

Version:

[![npm version](https://badge.fury.io/js/%40bincode%2Fjekpack.svg)](https://badge.fury.io/js/%40bincode%2Fjekpack) [![Build Status](https://travis-ci.org/yfxie/jekpack.svg?branch=master)](https://travis-ci.org/yfxie/jekpack) [![codecov](https://codecov.io

11 lines (10 loc) 335 B
const webpackMerge = require('webpack-merge'); // this module must be installed by yourself. const webpack = require('webpack'); const defaultBaseConfig = require('@bincode/jekpack/config/webpack/base'); module.exports = webpackMerge(defaultBaseConfig, { plugins: [ new webpack.ProvidePlugin({ $: 'jquery', }), ] });