UNPKG

barba.js

Version:

Barba.js it's a small, flexible and dependency free library that helps you creating fluid and smooth transition between your website's pages.

14 lines (13 loc) 289 B
module.exports = { context: __dirname + "/src", entry: "./index", output: { path: __dirname + "/dist", filename: "barba.js", library: "Barba", publicPath: 'http://localhost:8080/dist', libraryTarget: "umd", umdNamedDefine: true }, devtool: 'source-map' }