Created
February 28, 2017 15:20
-
-
Save mickdekkers/a1d9d40fa44293f69997d60fd55c61be to your computer and use it in GitHub Desktop.
Directory Named Webpack Plugin migration regex
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import Map from 'component/map' | |
import Carousel from 'component/carousel' | |
import Home from 'page/home' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import Map from 'component/map/map.vue' | |
import Carousel from 'component/carousel/carousel.vue' | |
import Home from 'page/home/home.vue' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$1$3' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(import ({(?:.|\n|\r)*?}|\S+) from '[^\/\n\r]+\/)([^\/\n\r]+)\/\3.vue' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment