We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4e40ce commit 090c5d7Copy full SHA for 090c5d7
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "rc-notification",
3
- "version": "2.0.2",
+ "version": "2.0.3",
4
"description": "notification ui component for react",
5
"keywords": [
6
"react",
@@ -29,7 +29,13 @@
29
"main": "lib/index",
30
"module": "es/index",
31
"config": {
32
- "port": 8000
+ "port": 8000,
33
+ "entry": {
34
+ "rc-notification": [
35
+ "./assets/index.less",
36
+ "./src/index.js"
37
+ ]
38
+ }
39
},
40
"scripts": {
41
"build": "rc-tools run build",
tests/index.js
@@ -2,7 +2,7 @@ import React from 'react';
import TestUtils from 'react-dom/test-utils';
import expect from 'expect.js';
-import Notification from '../';
+import Notification from '../src/';
7
require('../assets/index.less');
8
0 commit comments