File tree 3 files changed +9
-5
lines changed
example/react-bootstrap/src
3 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 1
1
import React from 'react' ;
2
- import { confirm , confirmComplex } from 'util/confirm' ;
2
+ import { confirm , confirmComplex } from '../ util/confirm' ;
3
3
4
4
const handleOnClick = ( ) => {
5
5
confirm ( 'Are you sure?' ) . then ( ( ) => {
Original file line number Diff line number Diff line change 1
- import Confirmation from 'components/Confirmation' ;
2
- import ComplexConfirmation from 'components/ComplexConfirmation' ;
1
+ import Confirmation from '../ components/Confirmation' ;
2
+ import ComplexConfirmation from '../ components/ComplexConfirmation' ;
3
3
import { createConfirmation } from 'react-confirm' ;
4
4
5
5
const defaultConfirmation = createConfirmation ( Confirmation ) ;
Original file line number Diff line number Diff line change 32
32
},
33
33
"devDependencies" : {
34
34
"babel-cli" : " ^6.4.5" ,
35
+ "babel-core" : " ^6.26.0" ,
36
+ "babel-loader" : " ^6.4.1" ,
35
37
"babel-preset-es2015" : " ^6.3.13" ,
36
38
"babel-preset-react" : " ^6.3.13" ,
37
39
"babel-preset-stage-0" : " ^6.3.13" ,
38
- "rimraf" : " ^2.5.1"
39
- }
40
+ "rimraf" : " ^2.5.1" ,
41
+ "webpack" : " ^1.15.0"
42
+ },
43
+ "dependencies" : {}
40
44
}
You can’t perform that action at this time.
0 commit comments