Getting Started View SCSS Open ./src/index.scss. Observe that the ~ in `@import "~#style/a.scss" is underlined red. View webpack.config.js Open webpack.config.js Observe that the alias #style is correctly mapped to the src/style/ directory. ~#style in index.scss should not be underlined red.