Skip to content

haustraliaer/sass-webpack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sass Test

Installation

  1. Clone this repo and change the origin git remote.
  2. Install node modules:
npm install

Build bundle

npm run build
  • Files output to public/dev/.

Development server

npm start
open http://localhost:8080/
  • The configuration is webpack.config.js.
  • Static HTML and asset files are served from server/dev/.

Testing the sass imports

Uncomment the @import '~css-globals/index'; in app/views/View3:

webpack-dev-server and webpack commands both hang...

It seems like ~3 imports of the same file is about the limit.

About

Testing the sass loader imports with webpack.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published