wenbobowen 4 years ago
parent
commit
34f1cf29d7
5 changed files with 3 additions and 3 deletions
  1. BIN
      .DS_Store
  2. 0 0
      dist/bundle.js
  3. 1 1
      package.json
  4. 1 1
      src/kityminderEditor.js
  5. 1 1
      webpack/prod.config.js

BIN
.DS_Store


File diff suppressed because it is too large
+ 0 - 0
dist/bundle.js


+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
 {
   "name": "@didi/platformui",
   "name": "@didi/platformui",
-  "version": "0.1.61",
+  "version": "0.1.64",
   "description": "A platformui",
   "description": "A platformui",
   "main": "dist/bundle.js",
   "main": "dist/bundle.js",
   "author": "wenbobowen",
   "author": "wenbobowen",

+ 1 - 1
src/kityminderEditor.js

@@ -7,6 +7,6 @@ export default class KityminderEditor extends Component {
   }
   }
   componentDidMount() {}
   componentDidMount() {}
   render() {
   render() {
-    return <div>hello world!</div>;
+    return <div>hello worldnnnnnnnnnxxx!</div>;
   }
   }
 }
 }

+ 1 - 1
webpack/prod.config.js

@@ -8,7 +8,7 @@ const OptimizeCSSAssetsPlugin = require('optimize-css-assets-webpack-plugin')
 
 
 module.exports = {
 module.exports = {
   mode: 'production',
   mode: 'production',
-  entry: './src/kityminderEditor.js',
+  entry: './src/app.js',
   output: {
   output: {
     filename: 'bundle.js',
     filename: 'bundle.js',
     path: path.resolve(__dirname, '../dist'),
     path: path.resolve(__dirname, '../dist'),

Some files were not shown because too many files changed in this diff