UNPKG

@navelpluisje/pcb-components

Version:

A library with native components. They are all pcb components, like a dip-switch, resitor etc.

23 lines (22 loc) 417 B
module.exports = { module: { rules: [ { test: /\.html$/, use: 'raw-loader', }, { test: /\.css$/, use: 'css-loader', }, { test: /\.js$/, exclude: /node_modules/, loader: 'eslint-loader', options: { configFile: 'config/.eslintrc.json', ignorePath: 'config/.lintignore', }, }, ], }, };