html-webpack-plugin/examples/javascript/universial.js

5 lines
116 B
JavaScript

// This file is used for frontend and backend
'use strict';
module.exports = function() {
return "Hello World";
};