UNPKG

@mason-api/javascript-sdk

Version:

Mason component rendering library

10 lines (8 loc) 164 B
const path = require('path'); module.exports = { entry: './src/index.js', output: { path: path.resolve(__dirname, './'), filename: 'mason.js', }, };