UNPKG

three-tds-loader

Version:

NodeJS wrapper for Three.js' TDSLoader function

20 lines (15 loc) 253 B
'use strict' const { DefinePlugin } = require('webpack') const { DEV, PROD, TEST } = require('./env') const define = new DefinePlugin({ DEV, PROD, TEST }) module.exports = { define, plugins: [ define ] }