File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2929 "license" : " MIT" ,
3030 "readmeFilename" : " README.md" ,
3131 "dependencies" : {
32- "summernote-webpack-fix " : " ^0.8.1 " ,
32+ "summernote" : " ^0.8.2 " ,
3333 "codemirror" : " ^5.11.0"
3434 },
3535 "peerDependencies" : {
5656 "eslint-plugin-import" : " 2.2.0" ,
5757 "eslint-plugin-jsx-a11y" : " 2.2.3"
5858 }
59- }
59+ }
Original file line number Diff line number Diff line change 11/* global $ */
22
3- import 'summernote-webpack-fix /dist/summernote' ;
4- import 'summernote-webpack-fix /dist/summernote.css' ;
3+ import 'summernote/dist/summernote' ;
4+ import 'summernote/dist/summernote.css' ;
55import 'codemirror/lib/codemirror.css' ;
66import React , { Component , PropTypes } from 'react' ;
77
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ module.exports = {
3838 jQuery : 'jquery'
3939 } ) ,
4040 new CopyWebpackPlugin ( [ {
41- from : 'node_modules/summernote-webpack-fix /dist/lang' , to : '../lang'
41+ from : 'node_modules/summernote/dist/lang' , to : '../lang'
4242 } ] ) ,
4343 new ExtractTextPlugin ( '[name].css' )
4444 ] ,
You can’t perform that action at this time.
0 commit comments