All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.resources.bower_components.angular-bootstrap-datetimepicker.test.webpack.webpack.conf.js Maven / Gradle / Ivy

There is a newer version: 0.66.0.1
Show newest version
/* globals __dirname */
/* jshint node:true  */

/**
 * See the file "LICENSE" for the full license governing this code.
 *
 * @author Dale "Ducky" Lotts
 * @since 9/11/16.
 */

var path = require('path')

module.exports = {
  entry: [path.join(__dirname, 'app.js')],
  output: {
    path: __dirname,
    filename: 'bundle.js'
  }
};




© 2015 - 2024 Weber Informatics LLC | Privacy Policy