UNPKG

vue-swipeable-bottom-sheet

Version:

![NPM](https://nodei.co/npm/vue-swipeable-bottom-sheet.png) [![license](https://img.shields.io/github/license/mashape/apistatus.svg?style=flat-square)](https://github.com/atsutopia/vue-swipeable-bottom-sheet)

28 lines (26 loc) 505 B
const { resolve } = require('path'); module.exports = { mode: 'production', entry: './src/', output: { library: 'SwipeableBottomSheet', libraryTarget: 'commonjs2', filename: 'vue-swipeable-bottom-sheet.js', path: resolve('dist'), }, module: { rules: [ { test: /\.vue$/, loader: 'vue-loader' }, { test: /\.js$/, loader: 'babel-loader' }, { test: /\.scss$/, loader: ['postcss-loader'] } ] } };