UNPKG

aframe-physics-extras

Version:

Cannon API interface components the A-Frame Physics System.

17 lines (16 loc) 315 B
module.exports = { module: { rules: [{ test: /\.js$/, exclude: function (modulePath) { return /node_modules/.test(modulePath) && !/src.node_modules/.test(modulePath) }, use: [ { loader: 'babel-loader' } ] }] } }