Skip to content
Snippets Groups Projects
Commit 7c131df7 authored by Phil Hughes's avatar Phil Hughes
Browse files

Changed webpack output

parent 545979de
No related branches found
No related tags found
No related merge requests found
var NotebookLab =
/******/ (function(modules) { // webpackBootstrap
(function webpackUniversalModuleDefinition(root, factory) {
if(typeof exports === 'object' && typeof module === 'object')
module.exports = factory();
else if(typeof define === 'function' && define.amd)
define("NotebookLab", [], factory);
else if(typeof exports === 'object')
exports["NotebookLab"] = factory();
else
root["NotebookLab"] = factory();
})(this, function() {
return /******/ (function(modules) { // webpackBootstrap
/******/ // The module cache
/******/ var installedModules = {};
/******/
Loading
Loading
@@ -2030,4 +2039,5 @@ module.exports = {
};
 
/***/ })
/******/ ]);
\ No newline at end of file
/******/ ]);
});
\ No newline at end of file
Loading
Loading
@@ -5,8 +5,9 @@ module.exports = {
output: {
path: path.resolve(__dirname, './dist'),
filename: 'notebooklab.js',
libraryTarget: 'var',
libraryTarget: 'umd',
library: 'NotebookLab',
umdNamedDefine: true,
},
module: {
loaders: [{
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment