UNPKG

aframe-charts-component

Version:

Make 3D Charts with this component based on A-Frame.

9 lines (8 loc) 205 B
const path = require('path'); module.exports = { entry: './src/index.js', output: { filename: 'aframe-charts-component.js', path: path.resolve(__dirname, 'dist'), }, };