Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
notion-enhanced / usr / lib / notion-enhanced / resources / app / node_modules / md5 / webpack.config.js
Size: Mime:
const {resolve} = require('path');

module.exports = {
  entry: [
    './md5.js'
  ],
  output: {
    path: resolve('./dist'),
    filename: 'md5.min.js',
    libraryTarget: "var",
    library: "MD5"
  }
};