5 lines
151 B
JavaScript
5 lines
151 B
JavaScript
|
"use strict";
|
||
|
|
||
|
// This file will automatically be rewired to web-loader.js when
|
||
|
// building for the browser
|
||
|
module.exports = require('./node-loaders');
|