@the-grid/ed
Advanced tools
@@ -5,3 +5,3 @@ { | ||
"license": "MIT", | ||
"version": "0.0.22", | ||
"version": "0.0.24", | ||
"description": "the grid api with prosemirror", | ||
@@ -8,0 +8,0 @@ "main": "lib/ed.js", |
@@ -5,3 +5,3 @@ import WidgetIframe from './widget-iframe' | ||
static type () { return 'code' } | ||
src () { return '../../node_modules/@the-grid/ced/editor/index.html' } | ||
src () { return './node_modules/@the-grid/ced/editor/index.html' } | ||
constructor (options) { | ||
@@ -8,0 +8,0 @@ super(options) |
@@ -53,6 +53,7 @@ var webpack = require('webpack') | ||
filename: '[name].js', | ||
sourceMapFilename: '[name].map', | ||
library: 'TheGridEd' | ||
}, | ||
debug: __DEV, | ||
devtool: (__DEV ? 'cheap-module-eval-source-map' : null), | ||
devtool: (__DEV ? 'cheap-module-eval-source-map' : 'source-map'), | ||
module: { | ||
@@ -59,0 +60,0 @@ loaders: [ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
3565446
1899.03%42
7.69%3844
75.61%