UNPKG

use-view-unit

Version:

React Hook for returning vh, vw, vmin and vmax values

15 lines (13 loc) 249 B
const path = require('path'); module.exports = { entry: './src/index.js', output: { path: path.resolve(__dirname, 'dist'), filename: 'main.js', library: 'use-view-unit', libraryTarget: 'commonjs2' }, externals: { react: 'react' } };