mirror of
https://github.com/twisterarmy/twister-react.git
synced 2025-01-11 23:47:55 +00:00
5 lines
124 B
JavaScript
5 lines
124 B
JavaScript
|
/* eslint no-var: 0 */
|
||
|
require('./register-babel');
|
||
|
var config = require('./webpack/docs.config');
|
||
|
module.exports = config;
|