appirio-tech-react-components-test10
Version:
Topcoder UI Kit library of components for our React apps.
16 lines (13 loc) • 334 B
JavaScript
require('./node_modules/coffee-script/register')
const webpackConfig = require('appirio-tech-webpack-config')
const config = webpackConfig({
dirname: __dirname,
template: './index.html',
entry: {
example: [
'webpack-dev-server/client?http://localhost:8080',
'./example.js'
]
}
})
module.exports = config